fkooman\OAuth\Client\TokenRequest::__construct PHP Method

__construct() public method

public __construct ( fkooman\OAuth\Client\HttpClientInterface $httpClient, fkooman\OAuth\Client\ClientConfigInterface $clientConfig )
$httpClient fkooman\OAuth\Client\HttpClientInterface
$clientConfig fkooman\OAuth\Client\ClientConfigInterface
    public function __construct(HttpClientInterface $httpClient, ClientConfigInterface $clientConfig)
    {
        $this->httpClient = $httpClient;
        $this->clientConfig = $clientConfig;
    }