@digitalpersona/services
Version:
DigitalPersona Web Access Services
22 lines (13 loc) • 746 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [ExtendedAuthResult](./services.extendedauthresult.md)
## ExtendedAuthResult interface
Result of authentication handshake containing and optional authentication data payload.
<b>Signature:</b>
```typescript
export interface ExtendedAuthResult extends Ticket
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [authData](./services.extendedauthresult.authdata.md) | <code>string</code> | Authentication payload data. |
| [status](./services.extendedauthresult.status.md) | <code>AuthenticationStatus</code> | An authentication status. |