vertx / io.vertx.ext.web.api.contract.openapi3 / OpenAPI3RouterFactory / addSecuritySchemaScopeValidator

addSecuritySchemaScopeValidator

abstract fun addSecuritySchemaScopeValidator(securitySchemaName: String, scopeName: String, handler: Handler<RoutingContext>): OpenAPI3RouterFactory

Add a particular scope validator. The main security schema will not be called if a specific scope validator is configured

Parameters

securitySchemaName -

scopeName -

handler -

Return