Class OAuthFlows
- java.lang.Object
-
- io.vertx.reactivex.openapi.contract.OAuthFlows
-
public class OAuthFlows extends Object
Represents an OAuth Flows Object. NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<OAuthFlows>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description OAuthFlows(io.vertx.openapi.contract.OAuthFlows delegate)OAuthFlows(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OAuthFlowgetAuthorizationCode()Configuration for the OAuth Authorization Code flow.OAuthFlowgetClientCredentials()Configuration for the OAuth Client Credentials flow.io.vertx.openapi.contract.OAuthFlowsgetDelegate()OAuthFlowgetImplicit()Configuration for the OAuth Implicit flow.OAuthFlowgetPassword()Configuration for the OAuth Resource Owner Password flowinthashCode()static OAuthFlowsnewInstance(io.vertx.openapi.contract.OAuthFlows arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<OAuthFlows> __TYPE_ARG
-
-
Constructor Detail
-
OAuthFlows
public OAuthFlows(io.vertx.openapi.contract.OAuthFlows delegate)
-
OAuthFlows
public OAuthFlows(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.openapi.contract.OAuthFlows getDelegate()
-
getImplicit
public OAuthFlow getImplicit()
Configuration for the OAuth Implicit flow.- Returns:
-
getPassword
public OAuthFlow getPassword()
Configuration for the OAuth Resource Owner Password flow- Returns:
-
getClientCredentials
public OAuthFlow getClientCredentials()
Configuration for the OAuth Client Credentials flow. Previously called application in OpenAPI 2.0.- Returns:
-
getAuthorizationCode
public OAuthFlow getAuthorizationCode()
Configuration for the OAuth Authorization Code flow. Previously called accessCode in OpenAPI 2.0.- Returns:
-
newInstance
public static OAuthFlows newInstance(io.vertx.openapi.contract.OAuthFlows arg)
-
-