...
The introspection endpoint can be used to validate reference tokens.
Code Block |
---|
POST https://idp.coreone.ch/connect/introspect Authorization: Basic base64({api_resource_name}:{api_resource_secret}) Content-Type: application/x-www-form-urlencoded token={access_token}&token_type_hint='access_token' |
Revocation Endpoint
The revocation endpoint allows the revocation of access and refresh tokens.
...