AccessTokenProvider

Class providing access tokens

Functions

Link copied to clipboard
abstract suspend fun getAccessToken(): String

Method for getting the access token.

Link copied to clipboard
abstract suspend fun getRefreshedAccessToken(): String?

Method for getting refreshed access token.