TokenIntrospectionResponse

TokenIntrospectionResponse
TokenIntrospectionResponse

The response body that contains token introspection information.

JSON Example
{
    "active": false,
    "exp": 0,
    "iat": 0,
    "orgId": "string",
    "sub": "string",
    "token_type": "string"
}
boolean
active
Optional

Indicator of whether or not the presented token is currently active.

integer As int64 As int64
exp
Optional

The timestamp the token expires at (measured in number of seconds since 1/1/1970 UTC).

integer As int64 As int64
iat
Optional

The timestamp the token was created at (measured in number of seconds since 1/1/1970 UTC).

string
orgId
Optional

Unique identifier (GUID) of the organization.

string
sub
Optional

The unique identifier of the user, on behalf of which the token was issued.

string
token_type
Optional

The type of the token.