SwaggerComponent constructor
SwaggerComponent({
- List<
SwaggerSecurity> securities = const [],
SwaggerComponent now support securitySchemes only, using to make Authentication Reference: https://swagger.io/docs/specification/components/?sbsearch=Component
Implementation
SwaggerComponent({
this.securities = const [],
});