Sporades SDK API
    Preparing search index...

    Type Alias LitAuthController

    LitAuthController: LitReactiveController & {
        setPassword: AuthApi["setPassword"];
        signIn: AuthApi["signIn"];
        signOut: AuthApi["signOut"];
        signUp: AuthApi["signUp"];
        state: AuthObserverState;
        isAuthenticated(): boolean;
    }

    Host-owned Lit auth controller with direct auth commands.