| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.auth.oauth2 | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<OAuth2Response> | 
OAuth2Response.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static OAuth2Response | 
OAuth2Response.newInstance(OAuth2Response arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
Observable<OAuth2Response> | 
AccessToken.fetchObservable(HttpMethod method,
               String resource,
               JsonObject headers,
               Buffer payload)
Deprecated. 
 
use  
AccessToken.rxFetch(java.lang.String) instead | 
Observable<OAuth2Response> | 
AccessToken.fetchObservable(String resource)
Deprecated. 
 
use  
AccessToken.rxFetch(java.lang.String) instead | 
Single<OAuth2Response> | 
AccessToken.rxFetch(HttpMethod method,
       String resource,
       JsonObject headers,
       Buffer payload)
Fetches a JSON resource using this Access Token. 
 | 
Single<OAuth2Response> | 
AccessToken.rxFetch(String resource)
Fetches a JSON resource using this Access Token. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AccessToken | 
AccessToken.fetch(HttpMethod method,
     String resource,
     JsonObject headers,
     Buffer payload,
     Handler<AsyncResult<OAuth2Response>> callback)
Fetches a JSON resource using this Access Token. 
 | 
AccessToken | 
AccessToken.fetch(String resource,
     Handler<AsyncResult<OAuth2Response>> callback)
Fetches a JSON resource using this Access Token. 
 | 
Copyright © 2023 Eclipse. All rights reserved.