Revoke an access token.
Authenticate every request with a Service Access Token or Organization Token.
Set the token value in the Authorization: Bearer <token> header.
Service Access Token: Scoped to a single service. Use when automating service-level configuration or runtime flows.
Organization Token: Scoped to the organization; inherits permissions across services. Use for org-wide automation or when managing multiple services programmatically.
Both token types are issued by the Authlete console or provisioning APIs.
A service ID.
The identifier of an access token to revoke
The hash of an access token is recognized as an identifier as well as the access token itself.
The identifier of a refresh token to revoke.
The hash of a refresh token is recognized as an identifier as well as the refresh token itself.
The client ID of the access token to be revoked.
Both the numeric client ID and the alias are recognized as an identifier of a client.
The subject of a resource owner.