Wraps an email and password tuple for authentication purposes.
| public static final Creator<EmailAuthCredential> | CREATOR |
| String |
getProvider()
Returns the unique string identifier for the provider type with which the
credential is associated.
|
| String |
getSignInMethod()
Returns either
EMAIL_LINK_SIGN_IN_METHOD for a credential generated with
getCredentialWithLink(String, String) or
EMAIL_PASSWORD_SIGN_IN_METHOD for a credential generated with
getCredential(String, String).
|
Returns the unique string identifier for the provider type with which the credential is associated.
Returns either
EMAIL_LINK_SIGN_IN_METHOD for a credential generated with
getCredentialWithLink(String, String) or
EMAIL_PASSWORD_SIGN_IN_METHOD for a credential generated with
getCredential(String, String).