The securitySchemes in OpenAPI spec defines some authentication requirements for APIs, such as API Keys and OAuth.
Would be nice if the tool understands this and allows you to add an API Key, or OAuth client credentials (or even starts an Authorization Code Flow for OAuth).
The
securitySchemesin OpenAPI spec defines some authentication requirements for APIs, such as API Keys and OAuth.Would be nice if the tool understands this and allows you to add an API Key, or OAuth client credentials (or even starts an Authorization Code Flow for OAuth).