Interface Authentication.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Authentication.Builder,Authentication>, SdkBuilder<Authentication.Builder,Authentication>, SdkPojo
Enclosing class:
Authentication

public static interface Authentication.Builder extends SdkPojo, CopyableBuilder<Authentication.Builder,Authentication>
  • Method Details

    • type

      Indicates whether the user requires a password to authenticate.

      Parameters:
      type - Indicates whether the user requires a password to authenticate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Indicates whether the user requires a password to authenticate.

      Parameters:
      type - Indicates whether the user requires a password to authenticate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • passwordCount

      Authentication.Builder passwordCount(Integer passwordCount)

      The number of passwords belonging to the user. The maximum is two.

      Parameters:
      passwordCount - The number of passwords belonging to the user. The maximum is two.
      Returns:
      Returns a reference to this object so that method calls can be chained together.