authenticate

suspend fun authenticate(call: ApplicationCall): Either<AuthError, AuthResult>

認証を検証し、認証結果を取得する トークンの種類(ユーザー/サービス)に応じて適切な結果を返す

Return

Either 成功時は認証結果

Parameters

call

ApplicationCall