Interface: $Properties
options.SecurityRequirement.$Properties
Properties of a SecurityRequirement.
Hierarchy
-
$Properties
Properties
securityRequirement
• Optional securityRequirement: null | { [k: string]: $Properties; }
Each name must correspond to a security scheme which is declared in the Security Definitions. If the security scheme is of type "oauth2", then the value is a list of scope names required for the execution. For other security scheme types, the array MUST be empty.