This class is deprecated.
APIs in CredentialsClient
are deprecated. Instead, use SignInClient
and CredentialSavingClient.
Identity provider constants for use with
CredentialRequest.Builder.setAccountTypes().
| String | ||
| String | ||
| String | ||
| String | MICROSOFT | |
| String | PAYPAL | |
| String | ||
| String | YAHOO |
| static String |
getIdentityProviderForAccount(Account
account)
Attempts to translate the account type in the provided account into the string
that should be used in the credentials API.
|
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.