# VyCreateSigningMethodRequestBase

## Properties

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

## Derived Types

* [VyCreatePinSigningMethodRequest](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatesigningmethodrequestbase/vycreatepinsigningmethodrequest)
* [VyCreateEmergencyCodeSigningMethodRequest](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatesigningmethodrequestbase/vycreateemergencycodesigningmethodrequest)
* [VyCreateBiometricSigningMethodRequest](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatesigningmethodrequestbase/vycreatebiometricsigningmethodrequest)
* [VyCreatePasswordSigningMethodRequest](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vycreatesigningmethodrequestbase/vycreatepasswordsigningmethodrequest)

## References

**Schema**

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

**Operation**

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