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

public createUserSigningMethod(userId: String, reqParams: VyCreateSigningMethodRequestBase, signingMethod: VyUserAuth) : VyPromise<VySigningMethodBase>

Parameters

userId

String

This is the `ID` 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

VyPromise<VySigningMethodBase>

Last updated