Body_oidc-revoke
Form data identifying an OIDC token to revoke.
tokenToken (string)필수
token_type_hint object
하나 이상(anyOf)
- string
- null
string
client_id object
하나 이상(anyOf)
- string
- null
string
client_secret object
하나 이상(anyOf)
- string
- null
string
Body_oidc-revoke
{
"token": "string",
"token_type_hint": "string",
"client_id": "string",
"client_secret": "string"
}