Interface: SessionResult ​
Defined in: auth/src/hooks.ts:20
Result of session extraction attempt.
Properties ​
connectivityError? ​
optionalconnectivityError?:"appwrite_unavailable"
Defined in: auth/src/hooks.ts:24
Connectivity error type if backend is unreachable
session? ​
optionalsession?:UserSession
Defined in: auth/src/hooks.ts:22
User session if authenticated, undefined otherwise