AI-generated Key Takeaways
-
BeginSignInRequest.PasswordRequestOptions.Builderis a builder class for creatingBeginSignInRequest.PasswordRequestOptionsobjects. -
It has a public constructor
Builder()to create a new builder instance. -
The
build()method returns the constructedBeginSignInRequest.PasswordRequestOptionsobject. -
The
setSupported(boolean supported)method allows setting whether password-backed credentials should be returned by the API.
Builder for
BeginSignInRequest.PasswordRequestOptions.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| BeginSignInRequest.PasswordRequestOptions |
build()
Returns the built
BeginSignInRequest.PasswordRequestOptions.
|
| BeginSignInRequest.PasswordRequestOptions.Builder |
setSupported(boolean supported)
Sets whether password-backed credentials should be returned by the API.
|
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public BeginSignInRequest.PasswordRequestOptions build ()
Returns the built
BeginSignInRequest.PasswordRequestOptions.
public BeginSignInRequest.PasswordRequestOptions.Builder setSupported (boolean supported)
Sets whether password-backed credentials should be returned by the API.
Parameters
| supported | whether password-backed credentials should be returned |
|---|