Skip to content

Commit

Permalink
chore: Update backend Session resource (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper authored Jan 13, 2025
1 parent cad7458 commit fa53d12
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/references/backend/types/backend-session.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,27 @@ The Backend `Session` object is similar to the [`Session`](/docs/references/java

---

- `lastActiveOrganizationId`
- `string | undefined`

The last active organization identifier

---

- `actor`
- `ActJWTClaim | null`

The last active organization identifier

---

- `latestActivity`
- `SessionActivity`

An object that provides additional information about this session, focused around user activity data.

---

- `expireAt`
- `number`

Expand Down

0 comments on commit fa53d12

Please sign in to comment.