User
Inherits object
Public Attributes
string
type
Token type (e.g., JWT type).
string
jti
Unique token identifier (JWT JTI).
string
ccUID
Crowd Control user identifier.
string
originID
Origin service identifier for the user.
string
profileType
Profile type associated with the user.
string
name
Display name of the user.
string[]
roles
Roles granted to the user.
App
app
Application-specific details bound to the token.
DateTimeOffset
exp
Expiration timestamp.
string
ver
Token schema/version string.
