UNPKG

@digitalpersona/enrollment

Version:
29 lines (18 loc) 918 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/enrollment](./enrollment.md) &gt; [PinEnroll](./enrollment.pinenroll.md) ## PinEnroll class Personal Identification Number (PIN) enrollment API. <b>Signature:</b> ```typescript export declare class PinEnroll extends Enroller ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(context)](./enrollment.pinenroll.(constructor).md) | | Constructs a new PIN enrollment API object. | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [canEnroll()](./enrollment.pinenroll.canenroll.md) | | Reads a PIN enrollment availability. | | [enroll(pin)](./enrollment.pinenroll.enroll.md) | | Enrolls a PIN. | | [unenroll()](./enrollment.pinenroll.unenroll.md) | | Deletes the PIN enrollment. |