Class Metrics
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
TotalAccessTokensFromCache
Total tokens obtained by MSAL from cache.
public static long TotalAccessTokensFromCache { get; }
Property Value
TotalAccessTokensFromIdP
Total tokens obtained by MSAL from the identity provider.
public static long TotalAccessTokensFromIdP { get; }
Property Value
TotalDurationInMs
Total time, in milliseconds, spent in MSAL for all requests. Aggregate of DurationTotalInMs.
public static long TotalDurationInMs { get; }