Package | Description |
---|---|
io.vertx.ext.auth.oauth2 |
Modifier and Type | Method and Description |
---|---|
default io.vertx.core.Future<OAuth2Response> |
AccessToken.fetch(io.vertx.core.http.HttpMethod method,
String resource,
io.vertx.core.json.JsonObject headers,
io.vertx.core.buffer.Buffer payload)
Deprecated.
Fetches a JSON resource using this Access Token.
|
default io.vertx.core.Future<OAuth2Response> |
AccessToken.fetch(String resource)
Deprecated.
Fetches a JSON resource using this Access Token.
|
Modifier and Type | Method and Description |
---|---|
AccessToken |
AccessToken.fetch(io.vertx.core.http.HttpMethod method,
String resource,
io.vertx.core.json.JsonObject headers,
io.vertx.core.buffer.Buffer payload,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Response>> callback)
Deprecated.
Fetches a JSON resource using this Access Token.
|
default AccessToken |
AccessToken.fetch(String resource,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Response>> callback)
Deprecated.
Fetches a JSON resource using this Access Token.
|
Copyright © 2022 Eclipse. All rights reserved.