Class OAuthFlows
- java.lang.Object
-
- io.vertx.reactivex.openapi.contract.OAuthFlows
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<OAuthFlows>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description OAuthFlows(OAuthFlows delegate)
OAuthFlows(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
OAuthFlow
getAuthorizationCode()
Configuration for the OAuth Authorization Code flow.OAuthFlow
getClientCredentials()
Configuration for the OAuth Client Credentials flow.OAuthFlows
getDelegate()
OAuthFlow
getImplicit()
Configuration for the OAuth Implicit flow.OAuthFlow
getPassword()
Configuration for the OAuth Resource Owner Password flowint
hashCode()
static OAuthFlows
newInstance(OAuthFlows arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<OAuthFlows> __TYPE_ARG
-
-
Constructor Detail
-
OAuthFlows
public OAuthFlows(OAuthFlows delegate)
-
OAuthFlows
public OAuthFlows(Object delegate)
-
-
Method Detail
-
getDelegate
public 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(OAuthFlows arg)
-
-