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