java.lang.Object | |
↳ | com.google.android.gms.auth.api.credentials.CredentialRequest.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds a
CredentialRequest .
| |||||||||||
Sets the account types (identity providers) that are accepted by this application.
| |||||||||||
Sets the configuration for credential hint picker.
| |||||||||||
Sets the configuration for credential picker.
| |||||||||||
Enables returning
credentials with a password, that is verified by
the application.
| |||||||||||
This method is deprecated.
Use
setPasswordLoginSupported(boolean) .
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets the account types (identity providers) that are accepted by this application. It is
strongly recommended that the strings listed in IdentityProviders
be used for the most common identity providers, and strings
representing the login domain of the identity provider be used for any others which are
not listed.
accountTypes | The list of account types (identity providers) supported by the app. typically in the form of the associated login domain for each identity provider. |
---|
Sets the configuration for credential hint picker.
Sets the configuration for credential picker.
Enables returning credentials
with a password, that is verified by
the application.