UNPKG

@digitalpersona/services

Version:
23 lines (14 loc) 650 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [AuthenticationStatus](./services.authenticationstatus.md) ## AuthenticationStatus enum Enumerated possible authentication statuses. <b>Signature:</b> ```typescript export declare enum AuthenticationStatus ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Completed | <code>2</code> | Authentication is complete. | | Continue | <code>1</code> | Authentication is in progress. | | Error | <code>0</code> | Authentication failed. |