PayPal\Auth\Oauth\OAuthConsumer::__construct PHP Method

__construct() public method

public __construct ( $key, $secret, $callback_url = null )
    function __construct($key, $secret, $callback_url = null)
    {
        $this->key = $key;
        $this->secret = $secret;
        $this->callback_url = $callback_url;
    }