UNPKG

@digitalpersona/authentication

Version:
28 lines (17 loc) 1.05 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/authentication](./authentication.md) &gt; [ProximityCardAuth](./authentication.proximitycardauth.md) ## ProximityCardAuth class Proximity card authentication API. Proximity cards support both authentication and identification. <b>Signature:</b> ```typescript export declare class ProximityCardAuth extends Authenticator ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(authService)](./authentication.proximitycardauth.(constructor).md) | | Constructs a new proximity authentication API object. | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [authenticate(identity, cardData)](./authentication.proximitycardauth.authenticate.md) | | Authenticates the user using a proximimty card. | | [identify(cardData)](./authentication.proximitycardauth.identify.md) | | Identifies the user with a proximity card. |