public interface OAuth2Flow
| Modifier and Type | Method and Description |
|---|---|
default String |
authorizeURL(JsonObject params)
See implementations for specific documentation.
|
void |
getToken(JsonObject params,
Handler<AsyncResult<AccessToken>> handler)
See implementations for specific documentation.
|
default String authorizeURL(JsonObject params)
void getToken(JsonObject params, Handler<AsyncResult<AccessToken>> handler)
Copyright © 2020. All rights reserved.