Closed xcoulon closed 5 years ago
the lack of a.Security("jwt") means that the generated client will not include an Authorization: Bearer ... header in the request.
a.Security("jwt")
Authorization: Bearer ...
the lack of
a.Security("jwt")
means that the generated client will not include anAuthorization: Bearer ...
header in the request.