@digitalpersona/services
Version:
DigitalPersona Web Access Services
24 lines (14 loc) • 688 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [IAuthService](./services.iauthservice.md) > [ContinueAuthentication](./services.iauthservice.continueauthentication.md)
## IAuthService.ContinueAuthentication() method
<b>Signature:</b>
```typescript
ContinueAuthentication(auth: AuthenticationHandle, data: string): Promise<ExtendedAuthResult>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| auth | <code>AuthenticationHandle</code> | |
| data | <code>string</code> | |
<b>Returns:</b>
`Promise<ExtendedAuthResult>`