Frodo Library - v4.0.0-24
    Preparing search index...

    Interface TokenCacheInterface

    Indexable

    • [hostKey: string]: {
          [realmKey: string]: {
              pfSaBearer: { [subjectKey: string]: { [expKey: string]: string } };
              pfUserBearer: { [subjectKey: string]: { [expKey: string]: string } };
              saBearer: { [subjectKey: string]: { [expKey: string]: string } };
              userBearer: { [subjectKey: string]: { [expKey: string]: string } };
              userSession: { [subjectKey: string]: { [expKey: string]: string } };
          };
      }