Annotation Interface SecurityRequirements
This object represents an array of security requirements that can be specified for the operation or at definition level.
Only one of requirements needs be satisfied
Example: security: - oauth_implicit: [] - api_secret: []
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionAn array of SecurityRequirement annotations that can be specified for the operation or at definition level.
-
Element Details
-
value
SecurityRequirement[] valueAn array of SecurityRequirement annotations that can be specified for the operation or at definition level.- Returns:
- the array of the SecurityRequirement annotations
- Default:
- {}
-