fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.auth
/
OAuthCallbackResult
/
Success
Success
data
class
Success
(
val
code
:
String
,
val
state
:
String
)
:
OAuthCallbackResult
成功回调
Parameters
code
授权码
state
状态参数
Members
Constructors
Success
Link copied to clipboard
constructor
(
code
:
String
,
state
:
String
)
Properties
code
Link copied to clipboard
val
code
:
String
state
Link copied to clipboard
val
state
:
String