Uses of Class
io.muserver.openapi.OAuthFlowObjectBuilder
-
Packages that use OAuthFlowObjectBuilder 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 OAuthFlowObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return OAuthFlowObjectBuilder Modifier and Type Method Description static OAuthFlowObjectBuilder
OAuthFlowObjectBuilder. oAuthFlowObject()
Creates a builder for anOAuthFlowObject
OAuthFlowObjectBuilder
OAuthFlowObjectBuilder. withAuthorizationUrl(java.net.URI authorizationUrl)
OAuthFlowObjectBuilder
OAuthFlowObjectBuilder. withRefreshUrl(java.net.URI refreshUrl)
OAuthFlowObjectBuilder
OAuthFlowObjectBuilder. withScopes(java.util.Map<java.lang.String,java.lang.String> scopes)
OAuthFlowObjectBuilder
OAuthFlowObjectBuilder. withTokenUrl(java.net.URI tokenUrl)
-