Interface Authentication.Builder

    • Method Detail

      • type

        Authentication.Builder type​(String 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:
        AuthenticationType, AuthenticationType
      • 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.