Skip to main content

Function: identityVerificationMethodCreate()

identityVerificationMethodCreate(httpRequestContext, componentName, request): Promise<IIdentityVerificationMethodCreateResponse>

Create an identity verification method.

Parameters

httpRequestContext

IHttpRequestContext

The request context for the API.

componentName

string

The name of the component to use in the routes stored in the ComponentFactory.

request

IIdentityVerificationMethodCreateRequest

The request.

Returns

Promise<IIdentityVerificationMethodCreateResponse>

The response object with additional http response properties.