Package io.quarkiverse.openapi.generator
Class AuthsConfig
java.lang.Object
io.quarkiverse.openapi.generator.AuthsConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionConfigurations for the individual securitySchemes present on a given OpenApi spec definition file. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
authConfigs
Configurations for the individual securitySchemes present on a given OpenApi spec definition file.The key must be any of the sanitized names of the securitySchemes. For example, given a file named petstore.json with a securityScheme named "petstore-auth", we have that the file name is sanitized into the name petstore_json and the security scheme name is sanitized into the name "petstore_auth". And thus, the specific configurations for this security scheme must start with the prefix quarkus.openapi-generator.petstore_json.auth.petstore_auth
- See Also:
-
-
Constructor Details
-
AuthsConfig
public AuthsConfig()
-
-
Method Details