CreateUserSigningMethod
This endpoint creates a signing method for your user. The signing method should be provided in the header call unless it\'s the first signing method for the user. The first signing method should alway
Parameters
userId
string
This is the `ID` of user whose **signing method** you want to create.
Returns
VyTask<VyPinSigningMethodDto> Signing method is created for user.
Last updated