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

__construct() public method

public __construct ( $userId, array $scope = [] )
$scope array
    public function __construct($userId, array $scope = array())
    {
        $this->setUserId($userId);
        $this->setScope($scope);
    }