Package | Description |
---|---|
io.muserver.openapi |
A model of the Open API spec, which is used internally when creating documentation for JAX-RS services.
|
Modifier and Type | Method and Description |
---|---|
static OAuthFlowObjectBuilder |
OAuthFlowObjectBuilder.oAuthFlowObject()
Creates a builder for an
OAuthFlowObject |
OAuthFlowObjectBuilder |
OAuthFlowObjectBuilder.withAuthorizationUrl(URI authorizationUrl) |
OAuthFlowObjectBuilder |
OAuthFlowObjectBuilder.withRefreshUrl(URI refreshUrl) |
OAuthFlowObjectBuilder |
OAuthFlowObjectBuilder.withScopes(Map<String,String> scopes) |
OAuthFlowObjectBuilder |
OAuthFlowObjectBuilder.withTokenUrl(URI tokenUrl) |
Copyright © 2017–2021. All rights reserved.