Success

@Serializable
data class Success(val code: String, val state: String) : OAuthCallbackResult

授权成功,携带授权码和 state。

Parameters

code

授权码

state

回调中的 state 参数

Constructors

Link copied to clipboard
constructor(code: String, state: String)

Properties

Link copied to clipboard
Link copied to clipboard