UpdateUserSigningMethod_Pin
This endpoint is used to update a user\'s signing method. This can be done, in case the user forgets their PIN. In order to update a signing method, another valid signign method has to be passed in th
public static VyTask<VyPinSigningMethodDto> UpdateUserSigningMethod_Pin(string userId, string signingMethodId, VyUpdateSigningMethodRequest reqParams, VyUserAuth signingMethod)
Parameters
userId
string
This is the `ID` of the user whos signing method you want to update.
signingMethodId
string
This is the `ID` of signing method you want to update.
Returns
VyTask<VyPinSigningMethodDto> Signing method of user updated successfully.
Last updated