How can we specrfy the type of Security (basic auth, oauth) used by the API in OpenAPI Specification 2.0?
specify using the secuntyDefinrtions name property
specify using the secuntySchemas name property
specify using the security Variables name properly
specify using the securityParams name property
Submit