| Package | Description |
|---|---|
| io.vertx.ext.auth.oauth2.impl |
| Modifier and Type | Method and Description |
|---|---|
OAuth2TokenImpl |
OAuth2TokenImpl.logout(Handler<AsyncResult<Void>> callback)
Revoke refresh token and calls the logout endpoint
|
OAuth2TokenImpl |
OAuth2TokenImpl.refresh(Handler<AsyncResult<Void>> handler)
Refresh the access token
|
OAuth2TokenImpl |
OAuth2TokenImpl.revoke(String token_type,
Handler<AsyncResult<Void>> handler)
Revoke access or refresh token
|
Copyright © 2020. All rights reserved.