refresh

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

Refreshes the access token.

Return

A Result containing the refreshed access token or an error.