ui/auth_state.svelte.ts view source
{ get: (error_message?: string | undefined) => AuthState; get_maybe: () => AuthState | undefined; set: (value: AuthState) => AuthState; } Svelte context for AuthState.
Use auth_state_context.set(state) in the provider and auth_state_context.get() to access.