Interface: SupabaseSession
Defined in: types/auth.ts:44
Supabase session (minimal type for SDK use)
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
access_token | string | types/auth.ts:45 |
expires_at? | number | types/auth.ts:47 |
refresh_token | string | types/auth.ts:46 |
user | { email?: string; id: string; } | types/auth.ts:48 |
user.email? | string | types/auth.ts:50 |
user.id | string | types/auth.ts:49 |