Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

TokenCacheScope

Mika Berglund edited this page Feb 4, 2021 · 1 revision

TokenCacheScope Enumeration

Defines different options for caching of tokens.

Members

  • Session - Default. Tokens are cached for a single browser session. May result in that tokens are not shared across multiple browser tabs.
  • Persistent - Tokens are persisted across browser sessions.