Interface OpenApiOAuthFlow
-
- All Known Subinterfaces:
OpenApi30OAuthFlow,OpenApi31OAuthFlow
- All Known Implementing Classes:
OpenApi30OAuthFlowImpl,OpenApi31OAuthFlowImpl
public interface OpenApiOAuthFlow extends OAuthFlow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getScopes()voidsetScopes(Map<String,String> value)-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
Methods inherited from interface io.apicurio.datamodels.models.OAuthFlow
getAuthorizationUrl, getRefreshUrl, getTokenUrl, setAuthorizationUrl, setRefreshUrl, setTokenUrl
-
-