fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.auth
/
TokenRefreshInfo
Token
Refresh
Info
@
Serializable
data
class
TokenRefreshInfo
(
val
mode
:
String
,
val
refreshWindowSeconds
:
Int
,
val
previousTokenSecondsRemaining
:
Int
)
令牌刷新信息,包含签名换新策略的相关信息。
Parameters
mode
刷新模式
refresh
Window
Seconds
刷新窗口时间(秒)
previous
Token
Seconds
Remaining
旧令牌剩余有效期(秒)
Members
Constructors
Token
Refresh
Info
Link copied to clipboard
constructor
(
mode
:
String
,
refreshWindowSeconds
:
Int
,
previousTokenSecondsRemaining
:
Int
)
Properties
mode
Link copied to clipboard
@
SerialName
(
value
=
"mode"
)
val
mode
:
String
previous
Token
Seconds
Remaining
Link copied to clipboard
@
SerialName
(
value
=
"previousTokenSecondsRemaining"
)
val
previousTokenSecondsRemaining
:
Int
refresh
Window
Seconds
Link copied to clipboard
@
SerialName
(
value
=
"refreshWindowSeconds"
)
val
refreshWindowSeconds
:
Int