Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

All token info entities are structured as follows:

entity:

  • Token string: The token granted for authentication purposes

  • Scope string: The scope granted by the token. For example, a successful user authentication response will contain both "Full" and "Self" values. 

  • ValidFrom DateTime: The token will be valid from this date and time. See DateTime for more information about this data type.

  • ValidTo DateTime:  The date and time that the token expires. See DateTime for more information about this data type.





  • No labels