Package | Description |
---|---|
io.vertx.rxjava.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 |
---|---|
rx.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.
|
rx.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 © 2020 Eclipse. All rights reserved.