@digitalpersona/services
Version:
DigitalPersona Web Access Services
28 lines (16 loc) • 894 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [IAuthenticationClient](./services.iauthenticationclient.md) > [continue](./services.iauthenticationclient.continue.md)
## IAuthenticationClient.continue() method
Continues the handshake. This method may be called several times until the is called.
<b>Signature:</b>
```typescript
continue(handle: number, data: string): Promise<Base64UrlString>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| handle | <code>number</code> | an authentication handle |
| data | <code>string</code> | a server portion of the authentication handshake |
<b>Returns:</b>
`Promise<Base64UrlString>`
a promise to return a client portion of authentication handshake data (Base64url-encoded).