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
/
OAuthCallbackResult
/
Success
Success
@
Serializable
data
class
Success
(
val
code
:
String
,
val
state
:
String
)
:
OAuthCallbackResult
授权成功,携带授权码和 state。
Parameters
code
授权码
state
回调中的 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