java.lang.Object | |
↳ | com.google.android.gms.auth.api.credentials.HintRequest |
Parameters for requesting the display of the hint picker, via
getHintPickerIntent()
.
Instances can be created using HintRequest.Builder
. For a typical application that
supports password based authentication and Google sign-in, the CredentialRequest
would
look like:
HintRequest request = new HintRequest.Builder()
.setEmailAddressIdentifierSupported(true)
.setAccountTypes(IdentitityProviders.GOOGLE)
.build();
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HintRequest.Builder |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |