17 lines
459 B
Markdown
17 lines
459 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index) > [valkyrie-js](./valkyrie-js) > [entities](./valkyrie-js.entities) > [AuthSession](./valkyrie-js.entities.authsession)
|
|
|
|
## entities.AuthSession type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type AuthSession = {
|
|
id: ID;
|
|
app: App;
|
|
token: string;
|
|
};
|
|
```
|
|
**References:** [ID](./valkyrie-js.entities.id)<!-- -->, [App](./valkyrie-js.entities.app)
|
|
|