<PackageReference Include="Azure.Core" Version="1.53.0" />

Azure.Identity.TokenCredentialDiagnosticsOptions

Exposes client options related to logging, telemetry, and distributed tracing.
public bool IsAccountIdentifierLoggingEnabled { get; set; }

If true, we try to log the account identifiers by parsing the received access token. The account identifiers we try to log are: The Application or Client IdentifierUser Principal NameTenant IdentifierObject Identifier of the authenticated user or application

Constructs a new TokenCredentialDiagnosticsOptions instance.