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