Known Direct Subclasses |
Represents a credential that the Firebase Authentication server can use to authenticate a user.
Inherited Constant Summary
Public Method Summary
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.
|
Inherited Method Summary
Public Methods
public abstract String getProvider ()
Returns the unique string identifier for the provider type with which the credential is associated.
public abstract String getSignInMethod ()
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.