Interface NewDeviceMetadataType.Builder

    • Method Detail

      • deviceKey

        NewDeviceMetadataType.Builder deviceKey​(String deviceKey)

        The device key, an identifier used in generating the DEVICE_PASSWORD_VERIFIER for device SRP authentication.

        Parameters:
        deviceKey - The device key, an identifier used in generating the DEVICE_PASSWORD_VERIFIER for device SRP authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceGroupKey

        NewDeviceMetadataType.Builder deviceGroupKey​(String deviceGroupKey)

        The device group key, an identifier used in generating the DEVICE_PASSWORD_VERIFIER for device SRP authentication.

        Parameters:
        deviceGroupKey - The device group key, an identifier used in generating the DEVICE_PASSWORD_VERIFIER for device SRP authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.