<PackageReference Include="Microsoft.Identity.Client" Version="4.82.0-preview-2" />

Microsoft.Identity.Client.Internal.Requests.AuthCodeExchangeComponent

namespace Microsoft.Identity.Client.Internal.Requests { internal class AuthCodeExchangeComponent : ITokenRequestComponent { public AuthCodeExchangeComponent(AuthenticationRequestParameters requestParams, AcquireTokenInteractiveParameters interactiveParameters, string authorizationCode, string pkceCodeVerifier, string clientInfo); public Task<MsalTokenResponse> FetchTokensAsync(CancellationToken cancellationToken); } }