| Package | Description |
|---|---|
| io.vertx.reactivex.ext.auth.oauth2 |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<OAuth2Response> |
OAuth2Response.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2Response |
OAuth2Response.newInstance(io.vertx.ext.auth.oauth2.OAuth2Response arg) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<OAuth2Response> |
AccessToken.rxFetch(io.vertx.core.http.HttpMethod method,
String resource,
io.vertx.core.json.JsonObject headers,
Buffer payload)
Fetches a JSON resource using this Access Token.
|
io.reactivex.Single<OAuth2Response> |
AccessToken.rxFetch(String resource)
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,
Buffer payload,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Response>> callback)
Fetches a JSON resource using this Access Token.
|
AccessToken |
AccessToken.fetch(String resource,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Response>> callback)
Fetches a JSON resource using this Access Token.
|
Copyright © 2022 Eclipse. All rights reserved.