Revoke the token.

Use this API to revoke an OIDC token.

Path Params
string
required
Defaults to default

The OpenID Connect provider ID. The default provider ID is "default".

Form Data
string

The API client's or OIDC application's client ID that is required when the basic authorization header is not set.

string

The API client's or OIDC application's client secret that is required when the basic authorization header is not set and the client is not a public client.

string

The JWT assertion being used to authenticate the client.

string

The format of client assertion. When using client_secret_jwt or private_key_jwt client assertion, the value here must be urn:ietf:params:oauth:client-assertion-type:jwt-bearer.

string
required

The token that is being revoked.

string

The token type. This attribute is an optional hint about the token that is being revoked.

Headers
string

The basic authorization header that contains a base64-encoded client ID and the client secret. Use this header as an alternative to sending the client ID and secret in the form parameters.

Responses
200

The token was revoked.

Language
URL
Choose an example:
*/*