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(IdentityProviders.GOOGLE)
.build();
Nested Class Summary
class | HintRequest.Builder |
Inherited Constant Summary
Field Summary
public static final Creator<HintRequest> | CREATOR |
Public Method Summary
String[] | |
CredentialPickerConfig | |
String | |
String | |
boolean | |
boolean | |
void |
writeToParcel(Parcel out, int
flags)
|