@digitalpersona/services
Version:
DigitalPersona Web Access Services
23 lines (13 loc) • 606 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [IAuthService](./services.iauthservice.md) > [DestroyAuthentication](./services.iauthservice.destroyauthentication.md)
## IAuthService.DestroyAuthentication() method
<b>Signature:</b>
```typescript
DestroyAuthentication(auth: AuthenticationHandle): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| auth | <code>AuthenticationHandle</code> | |
<b>Returns:</b>
`Promise<void>`