ehmad11 / netsuite-rest

Make requests to Oracle NetSuite REST Web Services.
MIT License
49 stars 20 forks source link

OAuth 2.0 accessToken #11

Open uttrasey opened 3 years ago

uttrasey commented 3 years ago

Hey, thanks for putting the library together it looks great!

I am building an application that uses OAuth 2.0 code grant flow which returns an accessToken for the user.

Is it possible to use this library in such a way that we just use the Authorization bearer ${token} instead of needing all the other config?

Thanks in advance!

ehmad11 commented 3 years ago

sure i will check it