Uses of Class
io.muserver.openapi.OAuthFlowsObject
-
Packages that use OAuthFlowsObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of OAuthFlowsObject in io.muserver.openapi
Methods in io.muserver.openapi that return OAuthFlowsObject Modifier and Type Method Description OAuthFlowsObject
OAuthFlowsObjectBuilder. build()
OAuthFlowsObject
SecuritySchemeObject. flows()
Methods in io.muserver.openapi with parameters of type OAuthFlowsObject Modifier and Type Method Description SecuritySchemeObjectBuilder
SecuritySchemeObjectBuilder. withFlows(OAuthFlowsObject flows)
-