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);
}
}