Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<OAuthFlows> |
__TYPE_ARG |
Constructor and Description |
---|
OAuthFlows(OAuthFlows delegate) |
OAuthFlows(Object delegate) |
Modifier and Type | Method and 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 flow
|
int |
hashCode() |
static OAuthFlows |
newInstance(OAuthFlows arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<OAuthFlows> __TYPE_ARG
public OAuthFlows(OAuthFlows delegate)
public OAuthFlows(Object delegate)
public OAuthFlows getDelegate()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
public OAuthFlow getImplicit()
public OAuthFlow getPassword()
public OAuthFlow getClientCredentials()
public OAuthFlow getAuthorizationCode()
public static OAuthFlows newInstance(OAuthFlows arg)
Copyright © 2025 Eclipse. All rights reserved.