Package io.quarkiverse.openapi.generator
Interface SpecItemConfig
public interface SpecItemConfig
This class represents the runtime authentication related configurations for the individual OpenApi spec definitions,
i.e. the provided files.
-
Method Summary
Modifier and TypeMethodDescriptionauth()Authentication related configurations for the different securitySchemes present on a given OpenApi spec definition file.default Optional<AuthsConfig>getAuth()
-
Method Details
-
auth
AuthsConfig auth()Authentication related configurations for the different securitySchemes present on a given OpenApi spec definition file.For example, given a file named petstore.json, the following prefix must be used to configure the authentication related information quarkus.openapi-generator.petstore_json.auth
- See Also:
-
getAuth
-