UpdateUserSigningMethod_Biometric

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<VyBiometricSigningMethodDto> UpdateUserSigningMethod_Biometric(string userId, string signingMethodId, VyUpdateSigningMethodRequest reqParams, VyAuthSigningMethod 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.

reqParams

Request data for the operation

signingMethod

VyAuthSigningMethod

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

Returns

VyTask<VyBiometricSigningMethodDto>

Last updated