MCPcopy
hub / github.com/nextauthjs/next-auth / AdapterUser

Interface AdapterUser

src/adapters.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Account, User, Awaitable } from "."
2
3export interface AdapterUser extends User {
4 id: string
5 emailVerified: Date | null
6}
7
8export interface AdapterSession {
9 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…