public interface AuthStub
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
authorize(io.vertx.core.json.JsonObject filters,
String state)
Exchange authorization code
by filters ( JsonObject )
|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
login(io.vertx.core.json.JsonObject params)
Login with "username/password"
|
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
token(io.vertx.core.json.JsonObject filters,
String state)
Exchange token with authorization code
|
io.vertx.core.Future<io.vertx.core.json.JsonObject> authorize(io.vertx.core.json.JsonObject filters,
String state)
io.vertx.core.Future<io.vertx.core.json.JsonObject> token(io.vertx.core.json.JsonObject filters,
String state)
io.vertx.core.Future<io.vertx.core.json.JsonObject> login(io.vertx.core.json.JsonObject params)
Copyright © 2019. All rights reserved.