Skip to content

Interface: SupabaseSession

Defined in: types/auth.ts:44

Supabase session (minimal type for SDK use)

PropertyTypeDefined in
access_tokenstringtypes/auth.ts:45
expires_at?numbertypes/auth.ts:47
refresh_tokenstringtypes/auth.ts:46
user{ email?: string; id: string; }types/auth.ts:48
user.email?stringtypes/auth.ts:50
user.idstringtypes/auth.ts:49