Uses of Class
io.vertx.rxjava3.openapi.contract.SecurityScheme
Packages that use SecurityScheme
-
Uses of SecurityScheme in io.vertx.rxjava3.ext.web.openapi.router
Method parameters in io.vertx.rxjava3.ext.web.openapi.router with type arguments of type SecuritySchemeModifier and TypeMethodDescriptionSecurity.oauth2Handler(String callback, Function<SecurityScheme, OAuth2AuthHandler> factory) Configure the to be used when creating the router.Security.oauth2Handler(Function<SecurityScheme, OAuth2AuthHandler> factory) Configure the to be used when creating the router. -
Uses of SecurityScheme in io.vertx.rxjava3.openapi.contract
Fields in io.vertx.rxjava3.openapi.contract with type parameters of type SecuritySchemeModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<SecurityScheme> SecurityScheme.__TYPE_ARGMethods in io.vertx.rxjava3.openapi.contract that return SecuritySchemeModifier and TypeMethodDescriptionstatic SecuritySchemeSecurityScheme.newInstance(SecurityScheme arg) OpenAPIContract.securityScheme(String name) Gets the relatedSecuritySchemeobject based on the passed name.