In-memory token cache manager

Hierarchy

  • TokenCache

Implements

Constructors

Methods

  • Returns the signed in account matching localAccountId. (the account object is created at the time of successful login) or null when no matching account is found

    Parameters

    • localAccountId: string

      unique identifier of an account (sub/obj when homeAccountId cannot be populated)

    Returns Promise<null | AccountInfo>

  • Set to true if cache state has changed since last time serialize or writeToPersistence was called

    Returns boolean

Generated using TypeDoc