Authentication State returned by useAuth hook.
| 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. |
refetch | (refresh?: boolean) => void | Function to refetch the authentication state. |
user? | MonoCloudUser | The authenticated user's information, if available. |