Interface OpenApiOAuthFlows
-
- All Superinterfaces:
Node,OAuthFlows,Visitable
- All Known Subinterfaces:
OpenApi30OAuthFlows,OpenApi31OAuthFlows
- All Known Implementing Classes:
OpenApi30OAuthFlowsImpl,OpenApi31OAuthFlowsImpl
public interface OpenApiOAuthFlows extends OAuthFlows
-
-
Method Summary
-
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.OAuthFlows
createOAuthFlow, getAuthorizationCode, getClientCredentials, getImplicit, getPassword, setAuthorizationCode, setClientCredentials, setImplicit, setPassword
-
-