Skip to main content

RevokedPKCE

A model to support revoking a Token Generated Through PKCE The behaviour of this endpoint depends on the state of the Refresh Token Revocation Deletes Grant toggle. If this toggle is enabled, then each revocation request invalidates not only the specific token, but all other tokens based on the same authorization grant. This means that all Refresh Tokens that have been issued for the same user, application, and audience will be revoked. If this toggle is disabled, then only the refresh token is revoked, while the grant is left intact

Properties​

NameTypeDescriptionNotes
var_schemaEmbeddedModelSchema[optional]
client_idstrYour application's Client ID. The application should match the one the Refresh Token was issued for.
tokenstrThe Refresh Token you want to revoke.