Options
All
  • Public
  • Public/Protected
  • All
Menu

APP_METADATA Cache

Key:Value Schema:

Key: appmetadata--

Value: { clientId: client ID of the application environment: entity that issued the token, represented as a full host familyId: Family ID identifier, '1' represents Microsoft Family }

Hierarchy

  • AppMetadataEntity

Index

Constructors

constructor

Properties

clientId

clientId: string

environment

environment: string

Optional familyId

familyId: string

Methods

generateAppMetadataKey

  • generateAppMetadataKey(): string

Static createAppMetadataEntity

  • createAppMetadataEntity(clientId: string, environment: string, familyId?: string): AppMetadataEntity

Static generateAppMetadataCacheKey

  • generateAppMetadataCacheKey(environment: string, clientId: string): string

Static isAppMetadataEntity

  • isAppMetadataEntity(key: string, entity: object): boolean

Generated using TypeDoc