AuthenticationResultMetadata.Telemetry Property

Definition

May contain telemetry data.

public string Telemetry { get; set; }
member this.Telemetry : string with get, set
Public Property Telemetry As String

Property Value

Remarks

Currently it is emitted only for desktop public client flows when the broker is used and it is also included in the verbose logs. May contain Personal Identifiable Information (PII), as per the logging settings. See https://aka.ms/msal-net-logging for more details about logging.

Applies to