TokenCacheNotificationArgs.IdentityLogger Property
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.
Identity Logger provided at the time of application creation Via WithLogging(IIdentityLogger, bool)/> Calling the log function will automatically add MSAL formatting to the message. For details see https://aka.ms/msal-net-logging
public Microsoft.IdentityModel.Abstractions.IIdentityLogger IdentityLogger { get; }
member this.IdentityLogger : Microsoft.IdentityModel.Abstractions.IIdentityLogger
Public ReadOnly Property IdentityLogger As IIdentityLogger