Uses of Class
io.muserver.openapi.OAuthFlowsObjectBuilder
-
Packages that use OAuthFlowsObjectBuilder 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 OAuthFlowsObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return OAuthFlowsObjectBuilder Modifier and Type Method Description static OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. oAuthFlowsObject()Creates a builder for anOAuthFlowsObjectOAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withAuthorizationCode(OAuthFlowObject authorizationCode)OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withClientCredentials(OAuthFlowObject clientCredentials)OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withImplicit(OAuthFlowObject implicit)OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withPassword(OAuthFlowObject password)
-