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

update auth page #20

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading