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

getTokenUrl() protected method

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