Auth
Classes
| Name | Type | Summary |
|---|---|---|
| AuthClient | AuthClient | |
| AuthRuntimeRefreshManager | AuthRuntimeRefreshManager | Manager to ensure that the access token is refreshed in the background (assuming we have a valid refresh token). |
Structs
| Name | Type | Summary |
|---|---|---|
| AuthInfo | ValueType | Authentication information containing token claims. Contains parsed JWT claims including token string, expiration, user information, and other standard JWT fields. |
Enums
| Name | Type | Summary |
|---|---|---|
| AuthEnvironmentType | AuthEnvironmentType | The type of environment to use for authentication (selects which portal and identity server to use) |
Provides methods to manage authentication tokens and check authorization status.