# VyUpdateSigningMethodRequest

## Properties

| Field            | Type   | Description                                                                                                                                                                                                                                                                                                                                                                          | Required |
| ---------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- |
| value            | string | The new credential value for the signing method. Format requirements vary by type: - \*\*PIN\*\*: Must be exactly 6 digits - \*\*PASSWORD\*\*: Minimum 8 characters with complexity requirements - \*\*EMERGENCY\_CODE\*\*: Exactly 25 characters long. Leave empty to auto-generate. - \*\*BIOMETRIC\*\*: A unique identifier or template hash (e.g., "face\_id\_template\_abc123") | ✗        |
| physicalDeviceId | string | Unique identifier for the physical device used with biometric authentication. Required only when updating biometric signing methods. This links the biometric data to a specific device for enhanced security.                                                                                                                                                                       | ✗        |

## References

**Operation**

* [updateSigningMethod](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/user/updatesigningmethod)
