Skip to main content

me

Returns the authenticated user resolved from the session token (sent as Authorization: Bearer <token>), or null if the token is missing or invalid. Use this for the caller's own identity; use user(id) to look up another account.

me: User

Type

User object