UNPKG

passport-hubspot-oauth2.0

Version:

Passport strategy for authenticating with HubSpot using the OAuth 2.0 API.

10 lines (6 loc) 156 B
// Load modules. var Strategy = require('./strategy'); // Expose Strategy. exports = module.exports = Strategy; // Exports. exports.Strategy = Strategy;