MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.plugin.route
/
AuthenticationHandler
/
authenticate
authenticate
suspend
fun
authenticate
(
call
:
ApplicationCall
)
:
Either
<
AuthError
,
AuthResult
>
認証を検証し、認証結果を取得する トークンの種類(ユーザー/サービス)に応じて適切な結果を返す
Return
Either
成功時は認証結果
Parameters
call
ApplicationCall