@digitalpersona/authentication
Version:
DigitalPersona Authentication API
27 lines (16 loc) • 909 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [SmartCardAuth](./authentication.smartcardauth.md)
## SmartCardAuth class
Smart card authentication API. Smartcards supports only authentication with PIN. Identification is not supported.
<b>Signature:</b>
```typescript
export declare class SmartCardAuth extends Authenticator
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(authService)](./authentication.smartcardauth.(constructor).md) | | Constructs a new smartcard authentication API object. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [authenticate(identity, cardData)](./authentication.smartcardauth.authenticate.md) | | Authenticates the user using a smartcard. |