Class OAuthFlows
java.lang.Object
io.vertx.rxjava3.openapi.contract.OAuthFlows
- All Implemented Interfaces:
RxDelegate
Represents an OAuth Flows Object.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanConfiguration for the OAuth Authorization Code flow.Configuration for the OAuth Client Credentials flow.Configuration for the OAuth Implicit flow.Configuration for the OAuth Resource Owner Password flowinthashCode()static OAuthFlowsnewInstance(OAuthFlows arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
OAuthFlows
-
OAuthFlows
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
getImplicit
Configuration for the OAuth Implicit flow.- Returns:
-
getPassword
Configuration for the OAuth Resource Owner Password flow- Returns:
-
getClientCredentials
Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.- Returns:
-
getAuthorizationCode
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.- Returns:
-
newInstance
-