Interface DeviceSecretVerifierConfigType.Builder

    • Method Detail

      • passwordVerifier

        DeviceSecretVerifierConfigType.Builder passwordVerifier​(String passwordVerifier)

        A password verifier for a user's device. Used in SRP authentication.

        Parameters:
        passwordVerifier - A password verifier for a user's device. Used in SRP authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • salt

        DeviceSecretVerifierConfigType.Builder salt​(String salt)

        The salt that you want to use in SRP authentication with the user's device.

        Parameters:
        salt - The salt that you want to use in SRP authentication with the user's device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.