<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [firefish-js](./firefish-js.md) &gt; [entities](./firefish-js.entities.md) &gt; [AuthSession](./firefish-js.entities.authsession.md)

## entities.AuthSession type

**Signature:**

```typescript
export declare type AuthSession = {
	id: ID;
	app: App;
	token: string;
};
```
**References:** [ID](./firefish-js.entities.id.md)<!-- -->, [App](./firefish-js.entities.app.md)