SocialiteProviders\Manager\OAuth1\Server::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->parameters = $parameters;
        return $this;
    }