CreateSigningMethod_Password

Description

This endpoint allows you to create a signing method for a user, whether it's their first or an additional one. The first signing method must always be a six-digit PIN, and does not require the Signing-Method to be passed in the header. For creating subsequent signing methods like BIOMETRIC/EMERGENCY_CODE/PASSWORD, include an existing valid Signing-Method in the request header.

public static VyTask<VySigningMethodDto[]> CreateSigningMethod_Password(string userId, VyCreatePasswordSigningMethodRequest reqParams, VyUserAuth signingMethod)

Parameters

userId

string

This is the `UUID` of user whose **signing method** you want to create.

reqParams

Request data for the operation

signingMethod

VyUserAuth

This operation requires a valid Signing-Method from the corresponding user

Returns

VyTask<VySigningMethodDto[]> Signing method is created for user.

Last updated