Interface TokenCacheInterface

Indexable

  • [hostKey: string]: {
        [realmKey: string]: {
            [typeKey in string | number | symbol]: {
                [subjectKey: string]: { [expKey: string]: string };
            }
        };
    }