Skip to main content

TokenCacheType

  • Namespace: PPDS.Auth.Profiles
  • Assembly: PPDS.Auth
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Token cache storage type.

Members

Fields

File

TokenCacheType File

Token cache stored in a file (fallback for systems without secure storage).

Memory

TokenCacheType Memory

Token cache stored in memory only (not persisted).

OperatingSystem

TokenCacheType OperatingSystem

Token cache stored in OS credential store (Windows DPAPI, macOS Keychain, Linux libsecret).