We have installed nswag in our project and it works fine so far.
But all our functions are secured with an api-key.
when I take a look on the demo page from swagger, I can see the lock a the end of each api call where I need to Authorize (I think thats the lock for)
https://petstore.swagger.io/#/
In our local installation we got the "Authorize" Button and we can set the Key but I don't know how to activate the lock sign in api calls? Is there an Attribute I need to set?