UNPKG

@digitalpersona/enrollment

Version:
22 lines (13 loc) 696 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/enrollment](./enrollment.md) &gt; [U2FEnroll](./enrollment.u2fenroll.md) &gt; [(constructor)](./enrollment.u2fenroll.(constructor).md) ## U2FEnroll.(constructor) Constructs a new U2F enrollment API object. <b>Signature:</b> ```typescript constructor(context: EnrollmentContext, appId: string); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | context | <code>EnrollmentContext</code> | an [enrollment context](./enrollment.enrollmentcontext.md)<!-- -->. | | appId | <code>string</code> | an AppID of the service. |