Frodo Library - v4.8.5
    Preparing search index...

    Interface TokenCacheInterface

    Indexable

    • [hostKey: string]: {
          [realmKey: string]: {
              browserUserBearer: {
                  [subjectKey: string]: { [expKey: string]: string };
              };
              browserUserSession: { [subjectKey: string]: { [expKey: string]: 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 } };
          };
      }