Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<OAuthFlow> |
__TYPE_ARG |
Constructor and Description |
---|
OAuthFlow(OAuthFlow delegate) |
OAuthFlow(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAuthorizationUrl()
The authorization URL to be used for this flow.
|
OAuthFlow |
getDelegate() |
String |
getRefreshUrl()
The URL to be used for obtaining refresh tokens.
|
Set<String> |
getScopes()
The available scopes for the OAuth2 security scheme.
|
String |
getTokenUrl()
The token URL to be used for this flow.
|
int |
hashCode() |
static OAuthFlow |
newInstance(OAuthFlow arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<OAuthFlow> __TYPE_ARG
public OAuthFlow(OAuthFlow delegate)
public OAuthFlow(Object delegate)
public OAuthFlow getDelegate()
public String getAuthorizationUrl()
public String getTokenUrl()
public String getRefreshUrl()
public Set<String> getScopes()
Copyright © 2024 Eclipse. All rights reserved.