Aller au contenu

Token Revocation (RFC 7009)

POST
/oidc/revoke
curl --request POST \
--url https://auth.timetonic.com/oidc/revoke \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data token=example \
--data token_type_hint=access_token

Revoke an access or refresh token. Always returns 200.

Media typeapplication/x-www-form-urlencoded
object
token
required
string
token_type_hint
string
Allowed values: access_token refresh_token

Token revoked (or was already invalid)