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