UNPKG

passport-intuit-oauth

Version:

Intuit (OAuth) authentication strategy for Passport.

16 lines (12 loc) 223 B
/** * Module dependencies. */ var Strategy = require('./strategy'); /** * Expose `Strategy` directly from package. */ exports = module.exports = Strategy; /** * Expose constructors. */ exports.Strategy = Strategy;