Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed Sep 29, 2024
1 parent 7d4ced4 commit 7741414
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/api/cloudlink/packets/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ This packet is sent when the user has successfully logged in. It has two keys: a
<!-- deno-fmt-ignore-start -->
| Field | Type | Description |
| - | - | - |
| username | string | The username of the account. |
| token | string | The token of this connection. A new one will be generated each time, but they don't expire unless manually revoked. |
| account | [User](../../objects/user) object | The account information of the logged in account. |
| chats | array of [Chat](../../objects/chat) objects | The chats the logged in account is in. |
| relationships | array of relationships | See below for more details. |
| token | string | The token of this connection. A new one will be generated each time, but they don't expire unless manually revoked. |
| username | string | The username of the account. |
<!-- deno-fmt-ignore-end -->

## Relationship
Expand Down

0 comments on commit 7741414

Please sign in to comment.