Luis Fernandez
09/16/2022, 4:58 PMMayank
Luis Fernandez
09/19/2022, 7:01 PMLuis Fernandez
09/19/2022, 7:01 PMXiaoman Dong
09/19/2022, 11:48 PM"Authorization: <your input>"
pair, meaning Swagger will take your input and add an extra pair of header to it:
Authorization: <whatever you type in it>
Xiaoman Dong
09/19/2022, 11:49 PMBearer aefexxxx
(note the “Bearer” in it, you have to type it too),
The extra Swagger call will contain a header pair Authorization: Bearer aefexxxx
into all of the endpoint calls.Xiaoman Dong
09/19/2022, 11:50 PMBasic <whatever basic token>
in that box is fineLuis Fernandez
09/20/2022, 1:13 PMXiaoman Dong
09/20/2022, 6:55 PMLuis Fernandez
09/20/2022, 6:56 PM