Overtrue\Socialite\Providers\QQProvider::getTokenUrl PHP Method

getTokenUrl() protected method

Get the token URL for the provider.
protected getTokenUrl ( ) : string
return string
    protected function getTokenUrl()
    {
        return $this->baseUrl . '/oauth2.0/token';
    }