UNPKG

@digitalpersona/services

Version:
28 lines (16 loc) 894 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [IAuthenticationClient](./services.iauthenticationclient.md) &gt; [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).