Whether or not the client containing this StitchAuth
object is currently
authenticated.
A StitchUser object representing the user that the client is
currently authenticated as. undefined
if the client is not currently
authenticated.
Registers a StitchAuthListener with the client.
The listener to be triggered when an authentication event occurs on this auth object.
Retrieves the authentication provider client for the authentication provider associated with the specified factory.
The factory that produces the desired client.
Retrieves the authentication provider client for the authentication provider associated with the specified factory and auth provider name.
The factory that produces the desired client.
Authenticates the client as a MongoDB Stitch user using the provided StitchCredential.
The credential to use when logging in.
Logs out the currently authenticated user, and clears any persisted authentication information.
Unregisters a listener.
Generated using TypeDoc
A set of methods for retrieving or modifying the authentication state of a StitchAppClient. An implementation can be instantiated with a StitchAppClient instance.