DefinitelyTyped/types/oauth
Eduardo Aparicio Cardenes e6e6da7838 Fix callback type in OAuth type definition (#29542)
Clearly we can see in the OAuth2 repository that the callback type is a function that is call on [_executeRequest](https://github.com/ciaranj/node-oauth/blob/master/lib/oauth2.js) coming from the [get](https://github.com/ciaranj/node-oauth/blob/master/lib/oauth2.js#L219) callback defition

If you follow the trace of _executeRequest and _request function types you will see that the callback function type is wrong
2018-10-15 10:18:54 -07:00
..
index.d.ts Fix callback type in OAuth type definition (#29542) 2018-10-15 10:18:54 -07:00
oauth-tests.ts
tsconfig.json
tslint.json