Sindbad~EG File Manager

Current Path : /var/www/html/demo.sumar.com.py-bk-ultimo/lib/ltiprovider/src/OAuth/
Upload File :
Current File : /var/www/html/demo.sumar.com.py-bk-ultimo/lib/ltiprovider/src/OAuth/OAuthConsumer.php

<?php

namespace IMSGlobal\LTI\OAuth;

/**
 * Class to represent an %OAuth Consumer
 *
 * @copyright  Andy Smith
 * @version 2008-08-04
 * @license https://opensource.org/licenses/MIT The MIT License
 */
class OAuthConsumer {

    public $key;
    public $secret;

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

    function __toString() {
        return "OAuthConsumer[key=$this->key,secret=$this->secret]";
    }

}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists