java.lang.Object | |
↳ | com.google.android.gms.auth.api.credentials.IdentityProviders |
Identity provider constants for use with
CredentialRequest.Builder.setAccountTypes()
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | |||||||||||
String | |||||||||||
String | |||||||||||
String | MICROSOFT | ||||||||||
String | PAYPAL | ||||||||||
String | |||||||||||
String | YAHOO |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Attempts to translate the account type in the provided account into the string that should be
used in the credentials API.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Attempts to translate the account type in the provided account into the string that should be used in the credentials API.
account | an account on the device. |
---|
null
if the
account type is unknown.