Skip to main content

ExplicitAuthenticationTokenPayload

API Docs


Type Alias: ExplicitAuthenticationTokenPayload

ExplicitAuthenticationTokenPayload = object

Defined in: src/graphql/context.ts:15

Type of the payload encoded into or decoded from the authentication json web token.

Properties

user

user: Pick<typeof usersTable.$inferSelect, "id">

Defined in: src/graphql/context.ts:16