exchangeAuthorizationCode

abstract suspend fun exchangeAuthorizationCode(authorizationCode: String, context: Context): TokenState?

Exchange the authorization code for the access token.

Return

token state TokenState

Parameters

authorizationCode

Authorization code

context

Context of the application