AuthTokenProvider

Provides methods to get authorisation token and to refresh token

Functions

Link copied to clipboard
abstract fun getToken(): String

Returns authorisation token as String

Link copied to clipboard
abstract fun refreshToken(): String

Returns authorisation token as String. Called by SDK when token from getToken method is invalid.