revokeToken

suspend fun revokeToken(tokenType: RevokeTokenType): OidcClientResult<Unit>

Attempt to revoke the specified TokenType.

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

Parameters

tokenType

the TokenType to revoke.