Type alias AppMetadataEntity

AppMetadataEntity: {
    clientId: string;
    environment: string;
    familyId?: string;
}

App Metadata Cache Type

Type declaration

  • clientId: string

    clientId of the application

  • environment: string

    entity that issued the token, represented as a full host

  • Optional familyId?: string

    Family identifier, '1' represents Microsoft Family

Generated using TypeDoc