Overtrue\Socialite\Providers\QQProvider::getAuthUrl PHP 메소드

getAuthUrl() 보호된 메소드

Get the authentication URL for the provider.
protected getAuthUrl ( string $state ) : string
$state string
리턴 string
    protected function getAuthUrl($state)
    {
        return $this->buildAuthUrlFromBase($this->baseUrl . '/oauth2.0/authorize', $state);
    }