Builder for BeginSignInRequest.
| BeginSignInRequest |
build()
Returns the built
BeginSignInRequest.
|
| BeginSignInRequest.Builder |
setGoogleIdTokenRequestOptions(BeginSignInRequest.GoogleIdTokenRequestOptions
googleIdTokenRequestOptions)
Sets the
BeginSignInRequest.GoogleIdTokenRequestOptions for the request.
|
| BeginSignInRequest.Builder |
setPasswordRequestOptions(BeginSignInRequest.PasswordRequestOptions
passwordRequestOptions)
Sets the
BeginSignInRequest.PasswordRequestOptions for the request.
|
Returns the built BeginSignInRequest.
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.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 |
|---|