BeginSignInRequest.PasswordRequestOptions.Builder

  • BeginSignInRequest.PasswordRequestOptions.Builder is a builder class for creating BeginSignInRequest.PasswordRequestOptions objects.

  • It has a public constructor Builder() to create a new builder instance.

  • The build() method returns the constructed BeginSignInRequest.PasswordRequestOptions object.

  • The setSupported(boolean supported) method allows setting whether password-backed credentials should be returned by the API.

public static final class BeginSignInRequest.PasswordRequestOptions.Builder extends Object

Public Constructor Summary

Public Method Summary

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.Builder setSupported (boolean supported)

Sets whether password-backed credentials should be returned by the API.

Parameters
supported whether password-backed credentials should be returned