Record: IntrospectionResponse
Represents the introspection endpoint response.
Fields
- active boolean
- scope string?
- clientId string?
- username string?
- tokenType string?
- exp int?
- iat int?
- nbf int?
- sub string?
- aud string?
- iss string?
- jti string?
Boolean indicator of whether or not the presented token is currently active
A JSON string containing a space-separated list of scopes associated with this token
Client identifier for the OAuth 2.0 client, which requested this token
Resource owner who authorized this token
Type of the token
Expiry time (seconds since the Epoch)
Time when the token was issued originally (seconds since the Epoch)
Token is not to be used before this time (seconds since the Epoch)
Subject of the token
Intended audience of the token
Issuer of the token
String identifier for the token