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
/
OAuthCallbackHandler
OAuth
Callback
Handler
class
OAuthCallbackHandler
(
config
:
OAuthCallbackServerConfig
)
OAuth 回调处理器 使用 Ktor CIO 引擎启动嵌入式 HTTP 服务器
Parameters
config
OAuth 回调服务器配置
Members
Constructors
OAuth
Callback
Handler
Link copied to clipboard
constructor
(
config
:
OAuthCallbackServerConfig
)
Properties
callback
Url
Link copied to clipboard
val
callbackUrl
:
String
回调 URL
Functions
start
And
Get
Callback
Link copied to clipboard
suspend
fun
startAndGetCallback
(
authorizeUrl
:
String
)
:
OAuthCallbackResult
启动回调处理器并等待回调
stop
Link copied to clipboard
suspend
fun
stop
(
)
停止回调处理器