The Google OAuth2 authentication code contained within this credential.
The contents of this credential as they will be passed to the Stitch server.
The behavior of this credential when logging in.
The name of the provider for this credential.
The type of the provider for this credential.
Generated using TypeDoc
GoogleCredential
A credential which can be used to log in as a Stitch user using the Google authentication provider.
Browser SDK users can use the GoogleRedirectCredential with StitchAuth.loginWithRedirect. Server and React Native SDK users must obtain their own server auth code. Use a third-party module to get this code and pass it to the GoogleCredential constructor.