getAccessToken

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

Get the access token from the token data store.

Return

The access token String

Parameters

context

Context of the application