All token info entities are structured as follows:
entity
:
Token
: The token granted for authentication purposesstring
Scope
: The scope granted by the token. For example, a successful user authentication response will contain both "Full" and "Self" values.string
ValidFrom
DateTime:
The token will be valid from this date and time. See DateTime for more information about this data type.ValidTo
The date and time that the token expires. See DateTime for more information about this data type.DateTime
: