Uses of Class
io.muserver.openapi.OAuthFlowObject
-
Packages that use OAuthFlowObject 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 OAuthFlowObject in io.muserver.openapi
Methods in io.muserver.openapi that return OAuthFlowObject Modifier and Type Method Description OAuthFlowObject
OAuthFlowsObject. authorizationCode()
OAuthFlowObject
OAuthFlowObjectBuilder. build()
OAuthFlowObject
OAuthFlowsObject. clientCredentials()
OAuthFlowObject
OAuthFlowsObject. implicit()
OAuthFlowObject
OAuthFlowsObject. password()
Methods in io.muserver.openapi with parameters of type OAuthFlowObject Modifier and Type Method Description OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withAuthorizationCode(OAuthFlowObject authorizationCode)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withClientCredentials(OAuthFlowObject clientCredentials)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withImplicit(OAuthFlowObject implicit)
OAuthFlowsObjectBuilder
OAuthFlowsObjectBuilder. withPassword(OAuthFlowObject password)
-