| Package | Description |
|---|---|
| io.vertx.rxjava.ext.auth.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
static AccessToken |
AccessToken.newInstance(AccessToken arg) |
AccessToken |
AccessToken.refresh(Handler<AsyncResult<Void>> callback)
Refresh the access token
|
AccessToken |
AccessToken.revoke(String token_type,
Handler<AsyncResult<Void>> callback)
Revoke access or refresh token
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<AccessToken> |
OAuth2Auth.getTokenObservable(JsonObject params)
Returns the Access Token object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Auth.getToken(JsonObject params,
Handler<AsyncResult<AccessToken>> handler)
Returns the Access Token object.
|
Copyright © 2015. All rights reserved.