<!-- 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; [term](./services.iauthenticationclient.term.md)

## IAuthenticationClient.term() method

Finalizes the authentication handshake.

<b>Signature:</b>

```typescript
term(handle: number): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  handle | <code>number</code> | an authentication handle to close. |

<b>Returns:</b>

`Promise<void>`

