revokeToken

suspend fun revokeToken(token: String): OidcClientResult<Unit>

Attempt to revoke the specified token.

Note: OIDC Logout terminology is nuanced, see Logout Documentation for additional details.

Parameters

token

the token to attempt to revoke.