PayPal\Auth\Oauth\OAuthToken::__construct PHP Метод

__construct() публичный Метод

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