Interface DeviceSecretVerifierConfigType.Builder

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

@Mutable @NotThreadSafe public static interface DeviceSecretVerifierConfigType.Builder extends SdkPojo, CopyableBuilder<DeviceSecretVerifierConfigType.Builder,DeviceSecretVerifierConfigType>
  • Method Details

    • 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

      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.