Method and Description |
---|
io.vertx.ext.auth.oauth2.OAuth2Auth.createKeycloak(Vertx, OAuth2FlowType, JsonObject)
You should use the provider helper
KeycloakAuth instead.
Create a OAuth2 auth provider |
io.vertx.ext.auth.oauth2.OAuth2Auth.getToken(JsonObject, Handler<AsyncResult<AccessToken>>)
use
AuthProvider.authenticate(JsonObject, Handler) instead. |
Copyright © 2018 Eclipse. All rights reserved.