public interface OpenIDConnectAuth
OAuth2Auth for OpenID Connect.| Modifier and Type | Method and Description | 
|---|---|
| static Future<OAuth2Auth> | discover(Vertx vertx,
        OAuth2Options config)Create a OAuth2Auth provider for OpenID Connect Discovery. | 
| static void | discover(Vertx vertx,
        OAuth2Options config,
        Handler<AsyncResult<OAuth2Auth>> handler)Create a OAuth2Auth provider for OpenID Connect Discovery. | 
static void discover(Vertx vertx, OAuth2Options config, Handler<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 Future<OAuth2Auth> discover(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 © 2024 Eclipse. All rights reserved.