Package io.vertx.mutiny.openapi.contract
Class OAuthFlow
java.lang.Object
io.vertx.mutiny.openapi.contract.OAuthFlow
- All Implemented Interfaces:
- MutinyDelegate
Represents an OAuth Flow Object (the configuration).
 
 NOTE: This class has been automatically generated from the 
original non Mutiny-ified interface using Vert.x codegen.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.OAuthFlowinthashCode()static OAuthFlownewInstance(io.vertx.openapi.contract.OAuthFlow arg) toString()
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
OAuthFlowpublic OAuthFlow(io.vertx.openapi.contract.OAuthFlow delegate) 
- 
OAuthFlow
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.openapi.contract.OAuthFlow getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
getAuthorizationUrl- Returns:
 
- 
getTokenUrl- Returns:
 
- 
getRefreshUrl- Returns:
 
- 
getScopes- Returns:
 
- 
newInstance
 
-