Method and Description |
---|
io.vertx.ext.auth.oauth2.OAuth2Auth.create(Vertx, OAuth2FlowType)
the flow configuration should be passed in the config object
|
io.vertx.ext.auth.oauth2.OAuth2Auth.create(Vertx, OAuth2FlowType, OAuth2ClientOptions)
the flow configuration should be passed in the config object
|
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.decodeToken(String, Handler<AsyncResult<AccessToken>>)
use
AuthProvider.authenticate(JsonObject, Handler) instead. |
io.vertx.ext.auth.oauth2.OAuth2Auth.getScopeSeparator() |
io.vertx.ext.auth.oauth2.OAuth2Auth.getToken(JsonObject, Handler<AsyncResult<AccessToken>>)
use
AuthProvider.authenticate(JsonObject, Handler) instead. |
Copyright © 2019 Eclipse. All rights reserved.