Interface ISessionManagerOptions<T>

interface ISessionManagerOptions<T> {
    contextKey: string;
    storage: ISessionStorage;
    getStorageKey(context): string;
}

Type Parameters

  • T = object

Properties

Methods

Properties

contextKey: string

Key for session in context

Storage based on ISessionStorage interface

Methods

Generated using TypeDoc