MCPcopy
hub / github.com/vercel/eve / AuthJsSession

Interface AuthJsSession

apps/frameworks/next/lib/auth.ts:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { connect } from "@vercel/connect/authjs";
4import { authProviders } from "./auth-providers";
5export interface AuthJsSession {
6 providerId: string;
7 issuer: string;
8 profile: {
9 sub: string;
10 name?: string;
11 email?: string;
12 image?: string;
13 };
14}
15
16const authConfig: AuthConfig = {
17 secret: process.env.AUTH_SECRET,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected