API ReferenceauthgetAuthGet auth data from memory, adapter, or IndexedDB.Copy MarkdownOpengetAuth() From swoff/auth/store.ts. Tries memory → adapter → IndexedDB → server fetch. import { getAuth } from "swoff/auth/store"; const auth = await getAuth();setAuthStore auth data in memory and IndexedDB.clearAuthClear auth from memory, IndexedDB, and SW caches.