Class OAuthFlows
java.lang.Object
io.vertx.rxjava3.openapi.contract.OAuthFlows
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
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
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
getImplicit
-
getPassword
-
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
-