@archastro/sdk
    Preparing search index...

    Interface SessionStorage

    interface SessionStorage {
        clear(): Promise<void>;
        load(): Promise<AppSession | null>;
        save(session: AppSession): Promise<void>;
    }
    Index

    Methods

    Methods