<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/authentication](./authentication.md) &gt; [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. |

