<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />

Microsoft.Identity.Client.AuthScheme.PoP.MtlsPopAuthenticationOperation

namespace Microsoft.Identity.Client.AuthScheme.PoP { internal class MtlsPopAuthenticationOperation : IAuthenticationOperation2, IAuthenticationOperation { public int TelemetryTokenType { get; } public string AuthorizationHeaderPrefix { get; } public string AccessTokenType { get; } public string KeyId { get; } public MtlsPopAuthenticationOperation(X509Certificate2 mtlsCert); public IReadOnlyDictionary<string, string> GetTokenRequestParams(); public Task FormatResultAsync(AuthenticationResult authenticationResult, CancellationToken cancellationToken = default(CancellationToken)); public void FormatResult(AuthenticationResult authenticationResult); public Task<bool> ValidateCachedTokenAsync(MsalCacheValidationData cachedTokenData); } }