Class AuthGetTokenRequest
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
表示 [GET] /token/get 接口的请求。
public class AuthGetTokenRequest : TikTokShopLegacyRequest, ICommonRequest
- Inheritance
-
AuthGetTokenRequest
- Implements
-
ICommonRequest
- Inherited Members
Constructors
AuthGetTokenRequest()
public AuthGetTokenRequest()
Properties
AuthorizedCode
获取或设置授权码。
[JsonIgnore]
public string AuthorizedCode { get; set; }
Property Value
GrantType
(使用默认值即可,无需修改)
[JsonIgnore]
public string GrantType { get; set; }