<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Ticket](./core.ticket.md) &gt; [(constructor)](./core.ticket.(constructor).md)

## Ticket.(constructor)

Constructs a ticket object.

<b>Signature:</b>

```typescript
constructor(jwt: JSONWebToken);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  jwt | <code>JSONWebToken</code> |  |

