java.lang.Object | ||
↳ | com.google.firebase.auth.AuthCredential | |
↳ | com.google.firebase.auth.PlayGamesAuthCredential |
Wraps a Google Play Games Server Auth Code, 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 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 |