refresh

suspend fun refresh(): Result<Token, OidcError>(source)

Refreshes the access token.

Return

A Result containing the refreshed access token or an error.