java.lang.Object | |
↳ | com.google.firebase.auth.AuthCredential |
![]() |
Represents a credential that the Firebase Authentication server can use to authenticate a user.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the unique string identifier for the provider type with which the credential is associated.
Returns | |
---|---|
String |
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.
Returns | |
---|---|
String |