Oauth : can json have oauth token? -


I am simulating an app where the JSN request is sent on the back. Now I have to add oyoth support. I do not know how to move forward. Is the same Jenan Token sent with the request?

Yes and no .. A top token is sent in the HTTP header, therefore, not in the Ti Jason payload , But it has been sent in the same HTTP request.

HOwever, before sending it, you must complete certain steps set by the standard to exchange proper token (access and / or request)

This good Watch the tutorial to understand more in depth, there is also an interactive part in it, where you can dynamically change the parameters and see the header and the message that you should generate and exchange.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -