The current authentication state.
| Property | Type | Description |
|---|---|---|
error? | Error | Error encountered during authentication, if any. |
isAuthenticated | boolean | Flag indicating if the user is authenticated. |
isLoading | boolean | Flag indicating if the authentication state is still loading. |
session? | MonoCloudSession | The current session, including tokens and the user, if available. |
user? | MonoCloudUser | The authenticated user's information, if available. |