this.gui
    Preparing search index...

    Type Alias OpenSessionInput

    OpenSessionInput: AccessKernelContext & {
        authenticated?: boolean;
        identityHash?: string | null;
        namespace: string;
        openedAt?: number | null;
        username?: string;
        viewMode?: "login" | "profile" | "settings" | "claim-surface";
    }