[{"label":"Latest (v1.0)","version":"latest"}]
csp

RevokeTokenRequest

Defines the properties of the revoke token request.


Properties

string
token Required

The token to be revoked.


string
token_type_hint Optional

Token type hint. In case not provided, refresh_token will be used.

Possible values are: refresh_token

JSON Example

{
	"token": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Parameter To

Revoke Token

Feedback

Was this page helpful?