Package | Description |
---|---|
io.vertx.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static OAuth2AuthHandler |
OAuth2AuthHandler.create(io.vertx.core.Vertx vertx,
io.vertx.ext.auth.oauth2.OAuth2Auth authProvider)
Create a OAuth2 auth handler without host pinning.
|
static OAuth2AuthHandler |
OAuth2AuthHandler.create(io.vertx.core.Vertx vertx,
io.vertx.ext.auth.oauth2.OAuth2Auth authProvider,
String callbackURL)
Create a OAuth2 auth handler with host pinning
|
OAuth2AuthHandler |
OAuth2AuthHandler.extraParams(io.vertx.core.json.JsonObject extraParams)
Extra parameters needed to be passed while requesting a token.
|
OAuth2AuthHandler |
OAuth2AuthHandler.pkceVerifierLength(int length)
PKCE (RFC 7636) is an extension to the Authorization Code flow to prevent several attacks and to be able to
securely perform the OAuth exchange from public clients.
|
OAuth2AuthHandler |
OAuth2AuthHandler.prompt(String prompt)
Indicates the type of user interaction that is required.
|
OAuth2AuthHandler |
OAuth2AuthHandler.setupCallback(Route route)
add the callback handler to a given route.
|
OAuth2AuthHandler |
OAuth2AuthHandler.withScope(String scope)
scopes to be requested while requesting a token.
|
Copyright © 2021 Eclipse. All rights reserved.