Sign in

Type: AuthState

The current authentication state.

Properties

PropertyTypeDescription
error?ErrorError encountered during authentication, if any.
isAuthenticatedbooleanFlag indicating if the user is authenticated.
isLoadingbooleanFlag indicating if the authentication state is still loading.
session?MonoCloudSessionThe current session, including tokens and the user, if available.
user?MonoCloudUserThe authenticated user's information, if available.
© 2024 MonoCloud. All rights reserved.