Edit

Share via


ApplicationTelemetry type

Telemetry information sent on request

  • appName: Unique string name of an application
  • appVersion: Version of the application using MSAL
type ApplicationTelemetry = { appName: string; appVersion: string }