@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
26 lines (15 loc) • 691 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [WindowsAuthClient](./devices.windowsauthclient.md) > [continue](./devices.windowsauthclient.continue.md)
## WindowsAuthClient.continue() method
Used internally. Do not call this method.
<b>Signature:</b>
```typescript
continue(handle: AuthenticationHandle, data: string): Promise<Base64UrlString>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| handle | <code>AuthenticationHandle</code> | |
| data | <code>string</code> | |
<b>Returns:</b>
`Promise<Base64UrlString>`