StitchRedirectCredential is an interface for OAuth2 login flow credentials.
Pass implementations to StitchAuth.loginWithRedirect to log in as a StitchUser.
Each Authentication Provider in MongoDB Stitch provides a StitchCredential or StitchRedirectCredential implementation. See Implemented by below for a list of implementations.
Generated using TypeDoc
StitchRedirectCredential
StitchRedirectCredential is an interface for OAuth2 login flow credentials.
Pass implementations to StitchAuth.loginWithRedirect to log in as a StitchUser.
Each Authentication Provider in MongoDB Stitch provides a StitchCredential or StitchRedirectCredential implementation. See Implemented by below for a list of implementations.
See Also