Overtrue\Socialite\Providers\WeiboProvider::getTokenUrl PHP Méthode

getTokenUrl() protected méthode

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