Package io.apicurio.datamodels.models
Interface OAuthFlow
-
- All Known Subinterfaces:
AsyncApi20OAuthFlow,AsyncApi21OAuthFlow,AsyncApi22OAuthFlow,AsyncApi23OAuthFlow,AsyncApi24OAuthFlow,AsyncApi25OAuthFlow,AsyncApi26OAuthFlow,AsyncApi30OAuthFlow,AsyncApiOAuthFlow,OpenApi30OAuthFlow,OpenApi31OAuthFlow,OpenApiOAuthFlow
- All Known Implementing Classes:
AsyncApi20OAuthFlowImpl,AsyncApi21OAuthFlowImpl,AsyncApi22OAuthFlowImpl,AsyncApi23OAuthFlowImpl,AsyncApi24OAuthFlowImpl,AsyncApi25OAuthFlowImpl,AsyncApi26OAuthFlowImpl,AsyncApi30OAuthFlowImpl,OpenApi30OAuthFlowImpl,OpenApi31OAuthFlowImpl
public interface OAuthFlow extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthorizationUrl()StringgetRefreshUrl()StringgetTokenUrl()voidsetAuthorizationUrl(String value)voidsetRefreshUrl(String value)voidsetTokenUrl(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
-
-