resolve

abstract suspend fun resolve(jwtToken: String?, fallbackToKey: Boolean): String?(source)

Return

the access token or null if no token was found and fallbackToKey is false

Parameters

jwtToken

if present, this token will be used

fallbackToKey

If no access token was found, the api key will be used as fallback