Store AuthToken | Community
Skip to main content

Store AuthToken

  • June 14, 2023
  • 2 replies
  • 0 views

Support21

I have a doubt Where I can store authToken. I am able to get access token but having issue that how can I will pass this with my all the request authorization headers. Where I will put my access token

2 replies

Hello,
 
When using an access token to authenticate requests, supply it to your Authorization header as a bearer token.

Support21
  • Author
  • June 19, 2023

Thanks Christopher, Now my doubts are clear