Skip to content

Commit

Permalink
docs(react): document sessionClaims property for useAuth
Browse files Browse the repository at this point in the history
Document changes from clerk/javascript#4823
  • Loading branch information
ijxy authored Dec 20, 2024
1 parent a6f8eef commit 11c99f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/references/react/use-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ The `useAuth()` hook provides access to the current user's authentication state

---

- `sessionClaims`
- `JwtPayload`

The current user's [session claims](/docs/backend-requests/resources/session-tokens#default-session-claims).

---

- `orgId`
- `string`

Expand Down

0 comments on commit 11c99f1

Please sign in to comment.