// src/actions/oauth/authorize.php - Generate URL for OAuth
$authUrl = HubSpot\Utils\OAuth2::getAuthUrl(
    'ClientID',
    'Redirect Uri',
    ['Scopes']
);

In order to continue please authorize via OAuth