# VyCreatePasswordSigningMethodRequest

## Derived Properties ([VyCreateSigningMethodRequestBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycreatesigningmethodrequestbase))

| Field | Type                                                                                                            | Description                                           | Required |
| ----- | --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | -------- |
| Type  | [eVySigningMethodType](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evysigningmethodtype) | Authentication method type (first method must be PIN) | ✓        |

## Properties

| Field | Type   | Description                                                             | Required |
| ----- | ------ | ----------------------------------------------------------------------- | -------- |
| Value | string | Secure password for authentication. Can only be added after PIN is set. | ✗        |

## References

**Schema**

* [VyCreateUserRequest](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycreateuserrequest)
* [VyCreateSigningMethodRequestBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vycreatesigningmethodrequestbase)

**Operation**

* [CreateSigningMethod](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/user/createsigningmethod)
