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<VyBiometricSigningMethodDto> CreateUserSigningMethod(string userId, VyCreateBiometricSigningMethodRequest reqParams, VyAuthSigningMethod signingMethod)

Parameters

Returns

VyTask<VyBiometricSigningMethodDto>

Last updated