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

setScope() public method

public setScope ( array $scope )
$scope array
    public function setScope(array $scope)
    {
        $this->scope = new Scope($scope);
    }