| Package | Description |
|---|---|
| io.vertx.ext.auth.oauth2 | |
| io.vertx.rxjava.ext.auth.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
AccessToken.logout(Handler<AsyncResult<Void>> callback)
Revoke refresh token and calls the logout endpoint.
|
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 |
|---|---|
void |
OAuth2Auth.getToken(JsonObject params,
Handler<AsyncResult<AccessToken>> handler)
Returns the Access Token object.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessToken |
AccessToken.newInstance(AccessToken arg) |
| Constructor and Description |
|---|
AccessToken(AccessToken delegate) |
Copyright © 2016. All rights reserved.