updateUserSigningMethod

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 updateUserSigningMethod(userId: String, signingMethodId: String, reqParams: VyUpdateSigningMethodRequest, signingMethod: VyUserAuth) : VyPromise<VySigningMethodBase>

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

VyUserAuth

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

Returns

VyPromise<VySigningMethodBase>

Last updated