java.lang.Object | ||
↳ | com.google.firebase.auth.AuthCredential | |
↳ | com.google.firebase.auth.EmailAuthCredential |
Wraps an email and password tuple for authentication purposes.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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) . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the unique string identifier for the provider type with which the credential is associated.
Returns | |
---|---|
String |
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 | |
---|---|
String |