본문으로 건너뛰기

Body_oidc-introspect

Form data used to inspect whether an OIDC token is active.

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