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 OAuthFlowObjectOAuthFlowsObject. authorizationCode()OAuthFlowObjectOAuthFlowObjectBuilder. build()OAuthFlowObjectOAuthFlowsObject. clientCredentials()OAuthFlowObjectOAuthFlowsObject. implicit()OAuthFlowObjectOAuthFlowsObject. password()Methods in io.muserver.openapi with parameters of type OAuthFlowObject Modifier and Type Method Description OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withAuthorizationCode(OAuthFlowObject authorizationCode)OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withClientCredentials(OAuthFlowObject clientCredentials)OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withImplicit(OAuthFlowObject implicit)OAuthFlowsObjectBuilderOAuthFlowsObjectBuilder. withPassword(OAuthFlowObject password)
-