# VyCreatePinSigningMethodRequest

## 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 | Six-digit PIN code (mandatory as first signing method) | ✗        |

## 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)
