Skip to main content
API Reference

Auth


Classes

NameTypeSummary
AuthClientAuthClient
Static client for interacting with the Auth Manager service.
Provides methods to manage authentication tokens and check authorization status.
AuthRuntimeRefreshManagerAuthRuntimeRefreshManager
Manager to ensure that the access token is refreshed in the background (assuming we have a valid refresh token).

Structs

NameTypeSummary
AuthInfoValueType
Authentication information containing token claims.
Contains parsed JWT claims including token string, expiration, user information, and other standard JWT fields.

Enums

NameTypeSummary
AuthEnvironmentTypeAuthEnvironmentType
The type of environment to use for authentication (selects which portal and identity server to use)