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

getAuthUrl() protected method

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