| Package | Description |
|---|---|
| io.vertx.ext.auth.oauth2 | |
| io.vertx.ext.auth.oauth2.impl | |
| io.vertx.reactivex.ext.auth.oauth2 | |
| io.vertx.rxjava.ext.auth.oauth2 |
| 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 | Class and Description |
|---|---|
class |
OAuth2ResponseImpl |
| Modifier and Type | Method and Description |
|---|---|
static void |
OAuth2API.processNonStandardHeaders(JsonObject json,
OAuth2Response reply,
String sep) |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
OAuth2TokenImpl.fetch(HttpMethod method,
String resource,
JsonObject headers,
Buffer payload,
Handler<AsyncResult<OAuth2Response>> callback) |
static void |
OAuth2API.fetch(Vertx vertx,
OAuth2ClientOptions config,
HttpMethod method,
String path,
JsonObject headers,
Buffer payload,
Handler<AsyncResult<OAuth2Response>> callback) |
static HttpClientRequest |
OAuth2API.makeRequest(Vertx vertx,
HttpClientOptions options,
HttpMethod method,
String uri,
Handler<AsyncResult<OAuth2Response>> callback) |
| 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 © 2020. All rights reserved.