본문으로 건너뛰기

Body_oidc-revoke

Form data identifying an OIDC token to revoke.

tokenToken (string)필수
token_type_hint object
하나 이상(anyOf)
string
client_id object
하나 이상(anyOf)
string
client_secret object
하나 이상(anyOf)
string
Body_oidc-revoke
{
"token": "string",
"token_type_hint": "string",
"client_id": "string",
"client_secret": "string"
}