Microsoft.Identity.Client.Internal.Logger.TokenScrubber
Redacts opaque tokens that eSTS/CCS have tagged with a Highly Identifiable Token (HIT) tag
from MSAL's own log output before the text reaches any logging sink.
namespace Microsoft.Identity.Client.Internal.Logger
{
internal static class TokenScrubber
{
public static string Scrub(string message);
}
}