| Method and Description |
|---|
| io.vertx.ext.auth.oauth2.OAuth2Auth.authorizeURL(JsonObject)
For type safety this method should be avoided and
OAuth2Auth.authorizeURL(OAuth2AuthorizationURL) should be
used instead. |
| io.vertx.ext.auth.oauth2.OAuth2Options.getClientID() |
| io.vertx.ext.auth.oauth2.OAuth2Options.getFlow() |
| io.vertx.ext.auth.oauth2.OAuth2Options.isRotateJWKs() |
| io.vertx.ext.auth.oauth2.OAuth2Options.setClientID(String) |
| io.vertx.ext.auth.oauth2.OAuth2Options.setFlow(OAuth2FlowType) |
| io.vertx.ext.auth.oauth2.OAuth2Options.setRotateJWKs(boolean)
use
OAuth2Options.setJwkMaxAgeInSeconds(long) instead |
Copyright © 2025 Eclipse. All rights reserved.