MCPcopy Index your code
hub / github.com/nextauthjs/next-auth-example / JWT

Interface JWT

auth.ts:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133declare module "next-auth/jwt" {
134 interface JWT {
135 accessToken?: string
136 }
137}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected