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

OAuth2Endpoint() public method

Initializes a new instance of the OAuth2Endpoint class.
public OAuth2Endpoint ( IApiClient apiClient ) : System
apiClient IApiClient The type of client that will be used for authentication.
return System
        public OAuth2Endpoint(IApiClient apiClient) : base(apiClient)
        {
        }

Same methods

OAuth2Endpoint::OAuth2Endpoint ( IApiClient apiClient, HttpClient httpClient ) : System