msal
Version:
Microsoft Authentication Library for js
20 lines (19 loc) • 780 B
TypeScript
export declare const EVENT_NAME_PREFIX = "msal.";
export declare const EVENT_NAME_KEY = "event_name";
export declare const START_TIME_KEY = "start_time";
export declare const ELAPSED_TIME_KEY = "elapsed_time";
export declare const TELEMETRY_BLOB_EVENT_NAMES: {
MsalCorrelationIdConstStrKey: string;
ApiTelemIdConstStrKey: string;
ApiIdConstStrKey: string;
BrokerAppConstStrKey: string;
CacheEventCountConstStrKey: string;
HttpEventCountTelemetryBatchKey: string;
IdpConstStrKey: string;
IsSilentTelemetryBatchKey: string;
IsSuccessfulConstStrKey: string;
ResponseTimeConstStrKey: string;
TenantIdConstStrKey: string;
UiEventCountTelemetryBatchKey: string;
};
export declare const TENANT_PLACEHOLDER = "<tenant>";