Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Authorization Header Value 1:

- For Basic auth, the Value will be Basic {base64 encoded token}-

– To generate your base64 encoded token, you can use an online base64 encoder and input your username and password in this format <username>:<password>

For Bearer, Token, and JWT Auth, the Value will be Bearer {base64 encoded Token}

...