Package io.swagger.v3.oas.annotations.security
-
Annotation Types Summary Annotation Type Description OAuthFlow Configuration details for a supported OAuth Flow.OAuthFlows Allows configuration of the supported OAuth Flows.OAuthScope Represents an OAuth scope.SecurityRequirement The annotation may be applied at class or method level, or inOperation.security()
()} to define security requirements for the single operation (when applied at method level) or for all operations of a class (when applied at class level).SecurityRequirements Container for repeatableSecurityRequirement
annotationSecurityScheme The annotation may be used at class level (also on multiple classes) to add securitySchemes to spec components section.SecuritySchemes Container for repeatableSecurityScheme
annotation