Security Tokens
Web agent tokens are used for identity, authentication and authorization.
View the Token Class API documentation.
A token is addressed to a single server (aud
) from a single client (sub
), and requests
capabilities on one or more HTML apps (scope
).
- Token Anatomy explains how a token is structured.
- Token Validation explains how a token is validated upon receipt.