revokeToken
suspend fun revokeToken(tokenType: RevokeTokenType): OidcClientResult<Unit>
Content copied to clipboard
Attempt to revoke the specified TokenType.
Note: OIDC Logout terminology is nuanced, see Logout Documentation for additional details.
Content copied to clipboard
Parameters
tokenType
the TokenType to revoke.