Overtrue\Socialite\Providers\WeiboProvider::getTokenUrl PHP Метод

getTokenUrl() защищенный Метод

Get the token URL for the provider.
protected getTokenUrl ( ) : string
Результат string
    protected function getTokenUrl()
    {
        return $this->baseUrl . '/' . $this->version . '/oauth2/access_token';
    }