SocialiteProviders\Manager\OAuth1\AbstractProvider::with PHP Method

with() public method

Set the custom parameters of the request.
public with ( array $parameters )
$parameters array
    public function with(array $parameters)
    {
        $this->server = $this->server->with($parameters);
        return $this;
    }