Skip to main content

ExplicitAuthenticationTokenPayload

Admin 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.

Type declaration

user

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