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

# TapSession

> A session scoped to one tap. Returned by `verify()`; carries the credential so your code never has to.

```ts theme={null}
class TapSession
```

## Example

```ts theme={null}
const session = await endstate.verify({ chip_id: chipId, e });
session.item;
```
