Try your search with a different keyword or use * as a wildcard.
IAuthorizedRequest.cs
namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api;
///
/// Represents a request with the authorization
///
public interface IAuthorizedRequest : IApiRequest;