Wraps a Google Sign-In ID token and/or access token, for authentication purposes.
| public static final Creator<GoogleAuthCredential> | CREATOR |
| String |
getProvider()
Returns the unique string identifier for the provider type with which the
credential is associated.
|
| String |
getSignInMethod()
Returns the unique string identifier for the sign in method with which the
credential is associated.
|
Returns the unique string identifier for the provider type with which the credential is associated.
Returns the unique string identifier for the sign in method with which the
credential is associated. Should match that returned by
FirebaseAuth.fetchSignInMethodsForEmail(String) after this user has signed
in with this type of credential.