All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.openapi.generator.AuthsConfig.jdp Maven / Gradle / Ivy

The newest version!
io.quarkiverse.openapi.generator.AuthsConfig.authConfigs=Configurations for the individual securitySchemes present on a given OpenApi spec definition file.\n

\nThe key must be any of the sanitized names of the securitySchemes.\nFor example, given a file named petstore.json with a securityScheme named "petstore-auth", we have that the file\nname is sanitized into the name petstore_json and the security scheme name is sanitized into the name\n"petstore_auth". And thus, the specific configurations for this security scheme must start with the prefix\nquarkus.openapi-generator.petstore_json.auth.petstore_auth\n\n@see SpecItemConfig\n@see AuthConfig





© 2015 - 2024 Weber Informatics LLC | Privacy Policy