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 OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. oAuthFlowsObject()
Creates a builder for anOAuthFlowsObject
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withAuthorizationCode(OAuthFlowObject authorizationCode)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withClientCredentials(OAuthFlowObject clientCredentials)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withImplicit(OAuthFlowObject implicit)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withPassword(OAuthFlowObject password)
-