The contents of this credential as they will be passed to the Stitch server.
A ProviderCapabilities object describing the behavior of this credential when logging in.
The name of the authentication provider that this credential will be used to authenticate with.
The type of the authentication provider that this credential will be used to authenticate with.
Generated using TypeDoc
StitchCredential
StitchCredential is an interface for simple login flow credentials.
Pass implementations to StitchAuth.loginWithCredential to log in as a StitchUser.
Each Authentication Provider in MongoDB Stitch provides a StitchCredential or StitchRedirectCredential (browser SDK only) implementation. See Implemented by below for a list of implementations.
See Also