POST /oauth2/audit/grantedClients/{clientId}/revoke
Revoke all refresh tokens and their related access tokens associated with a particular client and the requesting user. Note that access tokens that are not associated with refresh tokens cannot be revoked. Users that want to revoke one refresh token should use POST /oauth2/audit/tokens/{tokenId}/revoke. Additionally, access tokens that are not associated with a refresh token cannot be revoked. OAuth 2.0 clients wishing to revoke a refresh token should use POST /oauth2/revoke
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/audit/grantedClients/{clientId}/revoke
Resource URL Variables
{clientId} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | authorize |
HTTP Method | POST |
Request Object | None |
Response Object | None |