Table of Contents

Class Metrics

Namespace
Microsoft.Identity.Client
Assembly
Microsoft.Identity.Client.dll

MSAL-wide metrics.

public class Metrics
Inheritance
Metrics
Inherited Members

Properties

TotalAccessTokensFromBroker

Total tokens obtained by MSAL from broker.

public static long TotalAccessTokensFromBroker { get; }

Property Value

long

TotalAccessTokensFromCache

Total tokens obtained by MSAL from cache.

public static long TotalAccessTokensFromCache { get; }

Property Value

long

TotalAccessTokensFromIdP

Total tokens obtained by MSAL from the identity provider.

public static long TotalAccessTokensFromIdP { get; }

Property Value

long

TotalDurationInMs

Total time, in milliseconds, spent in MSAL for all requests. Aggregate of DurationTotalInMs.

public static long TotalDurationInMs { get; }

Property Value

long