intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
120 stars 154 forks source link

Removed unwanted OAuth1 typing definitions #104

Closed pradeepb2505 closed 3 years ago

pradeepb2505 commented 3 years ago

101

Removed unwanted OAuth1 typing definitions from index.d.ts Removed all the unnecessary typings : ( interface )

  1. MigrateParams
  2. GenerateOAuth1SignParams
abisalehalliprasan commented 3 years ago

@pradeepb2505 : Thanks for the PR 🚀 will review it shortly!