> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TappifyClaims

> The verified claims of an install token, as verifyTappifyToken returns them.

The verified claims of an install token, as `verifyTappifyToken` returns them.

## Properties

### aud

```ts theme={null}
aud: string;
```

Always `ext:<extensionId>`, which is what the verifier checked.

***

### exp

```ts theme={null}
exp: number;
```

***

### extensionId

```ts theme={null}
extensionId: string;
```

***

### iat

```ts theme={null}
iat: number;
```

***

### installId

```ts theme={null}
installId: string;
```

***

### iss

```ts theme={null}
iss: string;
```

***

### organizationId

```ts theme={null}
organizationId: string;
```

***

### projectId

```ts theme={null}
projectId: string | null;
```

***

### scopes

```ts theme={null}
scopes: string[];
```

The scopes the install granted, as strings.

***

### userId?

```ts theme={null}
optional userId?: string;
```

Present when the token carries one, naming the teammate behind the call.
