| Known Direct Subclasses |
Represents a credential that the Firebase Authentication server can use to authenticate a user.
| abstract String |
getProvider()
Returns the unique string identifier for the provider type with which the
credential is associated.
|
| abstract 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
fetchSignInMethodsForEmail(String) after this user has signed in with this
type of credential.