Is there a way to hard code a token in oath 2.0 authentication ?

Certified Associate Developer

I'm trying to  connect to a system that  requires oauth 2.0  but  i want client credential in order to just connect with one global account for all the user to retrieve  the information.

the site that I'm trying to access doesn't allow "oauth 2.0: client credential grant", right now only   the   "oauth 2.0: authorization  code grant "   is available.

The way that quickbooks works is:  

Step 1:

the  site  can give me an access token and a  refresh token for  like a hundred  days  that's  why i'm trying to figure out  a  way to pass this

tokens through the integration is there any way to do it ?.

 

  Discussion posts and replies are publicly visible