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 static VyTask<VyEmergencyCodeSigningMethodDto> CreateUserSigningMethod(string userId, VyCreateEmergencyCodeSigningMethodRequest reqParams, VyAuthSigningMethod signingMethod)

Parameters

userId

string

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

reqParams

Request data for the operation

signingMethod

VyAuthSigningMethod

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

Returns

VyTask<VyEmergencyCodeSigningMethodDto>

Last updated