Interface: IntrospectToken
Represents the payload returned for an introspect token request.
Export
IntrospectToken
Properties
active
active:
boolean
true
: The token is active.
false
: The token is expired, invalid, or revoked.
Memberof
IntrospectToken
Defined in
client_id
client_id:
string
The Client ID of the application associated with the token.
Memberof
IntrospectToken
Defined in
exp
exp:
number
The expiration time of the token, represented as a Unix timestamp.
Memberof
IntrospectToken
Defined in
scope
scope:
string
A URL-encoded, space separated list of scopes associated with the token.
Memberof
IntrospectToken
Defined in
userid?
optional
userid:string
The ID of the user who authorized the token.
Memberof
IntrospectToken