getAccessToken

abstract suspend fun getAccessToken(context: Context): String?

Get the access token from the token.

Return

The access token String

Parameters

context

The Context instance.