TokenIntrospectionResponse
activeboolean
Whether the token is active
substring
client_idstring
scopestring
expinteger<int64>
iatinteger<int64>
issstring
token_typestring
token_usestring
TokenIntrospectionResponse
{
"active": true,
"sub": "string",
"client_id": "string",
"scope": "string",
"exp": 0,
"iat": 0,
"iss": "string",
"token_type": "string",
"token_use": "string"
}