Table of Contents

Class AuthRefreshTokenRequest

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll

表示 [GET] /token/refresh 接口的请求。

public class AuthRefreshTokenRequest : TikTokShopLegacyRequest, ICommonRequest
Inheritance
AuthRefreshTokenRequest
Implements
ICommonRequest
Inherited Members

Constructors

AuthRefreshTokenRequest()

public AuthRefreshTokenRequest()

Properties

GrantType

(使用默认值即可,无需修改)

[JsonIgnore]
public string GrantType { get; set; }

Property Value

string

RefreshToken

获取或设置刷新令牌。

[JsonIgnore]
public string RefreshToken { get; set; }

Property Value

string