public class ClientImpl extends Object implements OAuth2Flow
| Modifier and Type | Field and Description |
|---|---|
protected OAuth2ClientOptions |
config |
protected Vertx |
vertx |
| Constructor and Description |
|---|
ClientImpl(OAuth2AuthProviderImpl provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
getToken(JsonObject params,
Handler<AsyncResult<AccessToken>> handler)
Returns the Access Token object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthorizeURLprotected final Vertx vertx
protected final OAuth2ClientOptions config
public ClientImpl(OAuth2AuthProviderImpl provider)
public void getToken(JsonObject params, Handler<AsyncResult<AccessToken>> handler)
getToken in interface OAuth2Flowparams - - scope: A String that represents the application privileges.handler - - The handler returning the results.Copyright © 2020. All rights reserved.