AuthBucket\Bundle\OAuth2Bundle\Entity\RefreshToken::setScope PHP Method

setScope() public method

Set scope.
public setScope ( array $scope ) : RefreshToken
$scope array
return RefreshToken
    public function setScope($scope)
    {
        $this->scope = $scope;
        return $this;
    }