# 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](/sdk-reference/ts-js-v3/function-references/wallet/user/updatesigningmethod.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vyupdatesigningmethodrequest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
