Imgur.API.Endpoints.Impl.OAuth2Endpoint.OAuth2Endpoint C# (CSharp) Method

OAuth2Endpoint() private method

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.
return System
        internal OAuth2Endpoint(IApiClient apiClient, HttpClient httpClient) : base(apiClient, httpClient)
        {
        }

Same methods

OAuth2Endpoint::OAuth2Endpoint ( IApiClient apiClient ) : System