Metrics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MSAL-wide metrics.
public class Metrics
type Metrics = class
Public Class Metrics
- Inheritance
-
Metrics
Properties
TotalAccessTokensFromBroker |
Total tokens obtained by MSAL from broker. |
TotalAccessTokensFromCache |
Total tokens obtained by MSAL from cache. |
TotalAccessTokensFromIdP |
Total tokens obtained by MSAL from the identity provider. |
TotalDurationInMs |
Total time, in milliseconds, spent in MSAL for all requests. Aggregate of DurationTotalInMs. |