@digitalpersona/authentication
Version:
DigitalPersona Authentication API
27 lines (16 loc) • 970 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/authentication](./authentication.md) > [PushOtpAuth](./authentication.pushotpauth.md)
## PushOtpAuth class
A one-time password authentication API based on Push Notifications (Push OTP). Push OTP supports only authentication. Identification is not supported.
<b>Signature:</b>
```typescript
export declare class PushOtpAuth extends Authenticator
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(authService)](./authentication.pushotpauth.(constructor).md) | | Constructs a new Push OTP authentication API object. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [authenticate(identity)](./authentication.pushotpauth.authenticate.md) | | Authenticates the user using a Push Notification on the user's registered mobile device. |