UNPKG

mashape-oauth

Version:

Library for handling OAuth (1.0a, Echo, XAuth, and 2.0) Requests and Responses

5 lines 131 B
module.exports = exports = { OAuth: require('./lib/oauth'), OAuth2: require('./lib/oauth2'), utils: require('./lib/utils') };