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

Interface Session

auth.ts:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127declare module "next-auth" {
128 interface Session {
129 accessToken?: string
130 }
131}
132
133declare module "next-auth/jwt" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected