Imgur.API.Endpoints.Impl.OAuth2Endpoint.OAuth2Endpoint C# (CSharp) 메소드

OAuth2Endpoint() 개인적인 메소드

Initializes a new instance of the OAuth2Endpoint class.
private OAuth2Endpoint ( IApiClient apiClient, HttpClient httpClient ) : System
apiClient IApiClient The type of client that will be used for authentication.
httpClient System.Net.Http.HttpClient The class for sending HTTP requests and receiving HTTP responses from the endpoint methods.
리턴 System
        internal OAuth2Endpoint(IApiClient apiClient, HttpClient httpClient) : base(apiClient, httpClient)
        {
        }

Same methods

OAuth2Endpoint::OAuth2Endpoint ( IApiClient apiClient ) : System