TijsVerkoyen\Twitter\Twitter::getConsumerKey PHP Method

getConsumerKey() protected method

Get the consumer key
protected getConsumerKey ( ) : string
return string
    protected function getConsumerKey()
    {
        return $this->consumerKey;
    }
Twitter