Readonly
error$
Emits errors that occur during login, or when checking for an active session on startup.
Readonly
idEmits ID token claims when authenticated, or null if not authenticated.
Readonly
is
Emits boolean values indicating the authentication state of the
user. If true
, it means a user has authenticated.
This depends on the value of isLoading$
, so there
is no need to manually check the loading state of the SDK.
Readonly
isEmits boolean values indicating the loading state of the SDK.
Readonly
user$
Emits details about the authenticated user, or null if not authenticated.
Tracks the Authentication State for the SDK