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

Microsoft.Identity.Client.AuthScheme.PoP.PopAuthenticationOperation

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