Overtrue\Socialite\Providers\QQProvider::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 . '/oauth2.0/token';
    }