Type alias ApplicationTelemetry

ApplicationTelemetry: {
    appName: string;
    appVersion: string;
}

Telemetry information sent on request

  • appName: Unique string name of an application
  • appVersion: Version of the application using MSAL

Type declaration

  • appName: string
  • appVersion: string

Generated using TypeDoc