This class is deprecated.
Use Credential Manager
instead.
Builder for BeginSignInRequest.
|
Builder()
|
Returns the built BeginSignInRequest.
Sets the auto-select behavior in the request.
For users who opt-in, Auto Select allows a credential to be selected automatically without waiting for a user action (such as tapping on the "continue" button). A credential can be auto selected if 1) only one credential can be used for sign-in; and 2) no further actions need to be taken for this credential (for example, data sharing permissions are already collected for a Google account).
Sets the
BeginSignInRequest.GoogleIdTokenRequestOptions for the request.
Use this method if you wish to retrieve an ID token issued on behalf of a Google account signed in on the device.
| googleIdTokenRequestOptions | the
BeginSignInRequest.GoogleIdTokenRequestOptions for the request |
|---|
Sets the
BeginSignInRequest.PasskeyJsonRequestOptions for the request.
Use this method if you wish to retrieve passkeys.
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
| passkeyJsonRequestOptions | the
BeginSignInRequest.PasskeyJsonRequestOptions for the request |
|---|
This method is deprecated.
Use
setPasskeyJsonSignInRequestOptions(PasskeyJsonRequestOptions)
Sets the
BeginSignInRequest.PasskeysRequestOptions for the request.
Note: Use of this method is not supported directly. If you are interested in using passkeys, use the Jetpack libraries.
| passkeysRequestOptions | the
BeginSignInRequest.PasskeysRequestOptions for the request |
|---|
Sets the
BeginSignInRequest.PasswordRequestOptions for the request.
Use this method if you wish to retrieve passwords previously saved to a Google account signed in on the device through mechanisms like Smart Lock for Passwords, Chrome password manager or Android Autofill.
| passwordRequestOptions | the
BeginSignInRequest.PasswordRequestOptions for the request |
|---|
true if you prefer the operation to return immediately when there is no available credentials instead of falling back to discovering remote options, and false (default) otherwise.