AuthenticationApi

Functions

Link copied to clipboard
abstract suspend fun authenticateExternal(hashedToken: String): String
Link copied to clipboard
abstract suspend fun fetchNonce(): ByteArray
Link copied to clipboard
abstract suspend fun requestAccessToken(accessTokenRequest: AccessTokenRequest): AccessTokenResponse