public interface OpenIDConnectAuth
OAuth2Auth
for OpenID Connect.Modifier and Type | Method and Description |
---|---|
static void |
discover(io.vertx.core.Vertx vertx,
OAuth2ClientOptions config,
io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Auth>> handler)
Create a OAuth2Auth provider for OpenID Connect Discovery.
|
static void discover(io.vertx.core.Vertx vertx, OAuth2ClientOptions config, io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Auth>> handler)
vertx
- the vertx instanceconfig
- the initial config, it should contain a site urlhandler
- the instantiated Oauth2 provider instance handlerCopyright © 2019 Eclipse. All rights reserved.