Uses of Class
io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
Packages that use OAuth2AuthorizationURL
Package
Description
-
Uses of OAuth2AuthorizationURL in io.vertx.ext.auth.oauth2
Methods in io.vertx.ext.auth.oauth2 that return OAuth2AuthorizationURLModifier and TypeMethodDescriptionAdd a scopeOAuth2AuthorizationURL.putAdditionalParameter(String key, String value) Add an additional parameterOAuth2AuthorizationURL.setAdditionalParameters(Map<String, String> additionalParameters) Set the additional parametersOAuth2AuthorizationURL.setCodeChallenge(String codeChallenge) PKCE code challengeOAuth2AuthorizationURL.setCodeChallengeMethod(String codeChallengeMethod) PKCE code challenge methodOAuth2AuthorizationURL.setLoginHint(String loginHint) Hint on login name for IdP UIHint on kind of IdP promptOAuth2AuthorizationURL.setRedirectUri(String redirectUri) Set the redirect URISet the scopesSet the stateMethods in io.vertx.ext.auth.oauth2 with parameters of type OAuth2AuthorizationURLModifier and TypeMethodDescriptionOAuth2Auth.authorizeURL(OAuth2AuthorizationURL url) The client sends the end-user's browser to this endpoint to request their authentication and consent.Constructors in io.vertx.ext.auth.oauth2 with parameters of type OAuth2AuthorizationURLModifierConstructorDescriptionConstructor to create an options from an existing options -
Uses of OAuth2AuthorizationURL in io.vertx.reactivex.ext.auth.oauth2
Methods in io.vertx.reactivex.ext.auth.oauth2 with parameters of type OAuth2AuthorizationURLModifier and TypeMethodDescriptionOAuth2Auth.authorizeURL(OAuth2AuthorizationURL url) The client sends the end-user's browser to this endpoint to request their authentication and consent. -
Uses of OAuth2AuthorizationURL in io.vertx.rxjava3.ext.auth.oauth2
Methods in io.vertx.rxjava3.ext.auth.oauth2 with parameters of type OAuth2AuthorizationURLModifier and TypeMethodDescriptionOAuth2Auth.authorizeURL(OAuth2AuthorizationURL url) The client sends the end-user's browser to this endpoint to request their authentication and consent.