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

Microsoft.Identity.Client.AuthScheme.Bearer.BearerAuthenticationOperation

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