Package | Description |
---|---|
io.vertx.ext.auth.oauth2 | |
io.vertx.reactivex.ext.auth.oauth2 | |
io.vertx.rxjava.ext.auth.oauth2 |
Modifier and Type | Method and Description |
---|---|
default Future<OAuth2Response> |
AccessToken.fetch(HttpMethod method,
String resource,
JsonObject headers,
Buffer payload)
Deprecated.
Fetches a JSON resource using this Access Token.
|
default Future<OAuth2Response> |
AccessToken.fetch(String resource)
Deprecated.
Fetches a JSON resource using this Access Token.
|
Modifier and Type | Method and Description |
---|---|
AccessToken |
AccessToken.fetch(HttpMethod method,
String resource,
JsonObject headers,
Buffer payload,
Handler<AsyncResult<OAuth2Response>> callback)
Deprecated.
Fetches a JSON resource using this Access Token.
|
default AccessToken |
AccessToken.fetch(String resource,
Handler<AsyncResult<OAuth2Response>> callback)
Deprecated.
Fetches a JSON resource using this Access Token.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Response |
OAuth2Response.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OAuth2Response |
OAuth2Response.newInstance(OAuth2Response arg) |
Constructor and Description |
---|
OAuth2Response(OAuth2Response delegate) |
Modifier and Type | Method and Description |
---|---|
OAuth2Response |
OAuth2Response.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static OAuth2Response |
OAuth2Response.newInstance(OAuth2Response arg) |
Constructor and Description |
---|
OAuth2Response(OAuth2Response delegate) |
Copyright © 2021 Eclipse. All rights reserved.