ResolveAccessToken

fun interface ResolveAccessToken(source)

resolve returns the current access token to be used in the request

Functions

Link copied to clipboard
abstract suspend fun resolve(jwtToken: String?, fallbackToKey: Boolean): String?