Package | Description |
---|---|
io.vertx.ext.auth.oauth2 |
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)
Fetches a JSON resource using this Access Token.
|
default AccessToken |
AccessToken.fetch(String resource,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Response>> callback)
Fetches a JSON resource using this Access Token.
|
Copyright © 2019 Eclipse. All rights reserved.