TijsVerkoyen\Twitter\Twitter::setConsumerSecret PHP Method

setConsumerSecret() protected method

Set the consumer secret
protected setConsumerSecret ( string $secret )
$secret string The consumer secret to use.
    protected function setConsumerSecret($secret)
    {
        $this->consumerSecret = (string) $secret;
    }
Twitter