Webiny\Component\OAuth2\Server\LinkedIn::getAuthorizeUrl PHP Method

getAuthorizeUrl() public method

Returns the path to OAuth2 authorize page.
public getAuthorizeUrl ( ) : string
return string Url to OAuth2 authorize page.
    public function getAuthorizeUrl()
    {
        return self::API_AUTH_URL;
    }