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

Constructors

Properties

clientId: string
environment: string
familyId?: string

Methods

  • Generate AppMetadata Cache Key

    Parameters

    • environment: string
    • clientId: string

    Returns string

  • Validates an entity: checks for all expected params

    Parameters

    • key: string
    • entity: object

    Returns boolean

Generated using TypeDoc