The Swagger Security Requirement object

The Security Requirement object lists the security schemes necessary to execute this operation. It is possible to declare multiple security schemes, all of which are required. (That is, there is a logical AND between the listed schemes.)

Property Type Description Merge style
name

string

The name value must match the name of a security scheme declared under the securityDefinitions property of the Swagger root object.

N/A