Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
127
declare module
"next-auth"
{
128
interface
Session {
129
accessToken?: string
130
}
131
}
132
133
declare module
"next-auth/jwt"
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected