public interface OpenIDConnectAuth
OAuth2Auth
for OpenID Connect.Modifier and Type | Method and Description |
---|---|
static io.vertx.core.Future<OAuth2Auth> |
discover(io.vertx.core.Vertx vertx,
OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.
|
static void |
discover(io.vertx.core.Vertx vertx,
OAuth2Options 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, OAuth2Options config, io.vertx.core.Handler<io.vertx.core.AsyncResult<OAuth2Auth>> handler)
If the discovered config includes a json web key url, it will be also fetched and the JWKs will be loaded into the OAuth provider so tokens can be decoded.
vertx
- the vertx instanceconfig
- the initial config, it should contain a site urlhandler
- the instantiated Oauth2 provider instance handlerstatic io.vertx.core.Future<OAuth2Auth> discover(io.vertx.core.Vertx vertx, OAuth2Options config)
If the discovered config includes a json web key url, it will be also fetched and the JWKs will be loaded into the OAuth provider so tokens can be decoded.
vertx
- the vertx instanceconfig
- the initial config, it should contain a site urldiscover(Vertx, OAuth2Options, Handler)
Copyright © 2021 Eclipse. All rights reserved.