Security
Interfaces, Classes, Traits and Enums
- OAuthFlow
- Configuration details for a supported OAuth Flow.
- OAuthFlows
- Allows configuration of the supported OAuth Flows.
- OAuthScope
- Represents an OAuth scope.
- SecurityRequirement
- The attribute may be applied at class or method level, or in {@see \OpenApi\Attributes\Operation::$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).
- SecurityScheme
- The attribute may be used at class level (also on multiple classes) to add securitySchemes to spec
components section.