Skip to content

Interface: SessionResult ​

Defined in: auth/src/hooks.ts:20

Result of session extraction attempt.

Properties ​

connectivityError? ​

optional connectivityError?: "appwrite_unavailable"

Defined in: auth/src/hooks.ts:24

Connectivity error type if backend is unreachable


session? ​

optional session?: UserSession

Defined in: auth/src/hooks.ts:22

User session if authenticated, undefined otherwise