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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.OAuthFlowinthashCode()static OAuthFlownewInstance(io.vertx.openapi.contract.OAuthFlow arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
OAuthFlow
public OAuthFlow(io.vertx.openapi.contract.OAuthFlow delegate) -
OAuthFlow
-
-
Method Details
-
getDelegate
public io.vertx.openapi.contract.OAuthFlow getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
getAuthorizationUrl
- Returns:
-
getTokenUrl
- Returns:
-
getRefreshUrl
- Returns:
-
getScopes
- Returns:
-
newInstance
-