Package | Description |
---|---|
io.vertx.ext.auth.oauth2 | |
io.vertx.reactivex.ext.auth.oauth2 | |
io.vertx.rxjava.ext.auth.oauth2 | |
io.vertx.rxjava3.ext.auth.oauth2 |
Modifier and Type | Method and Description |
---|---|
OAuth2AuthorizationURL |
OAuth2AuthorizationURL.addScope(String scope)
Add a scope
|
OAuth2AuthorizationURL |
OAuth2AuthorizationURL.putAdditionalParameter(String key,
String value)
Add an additional parameter
|
OAuth2AuthorizationURL |
OAuth2AuthorizationURL.setAdditionalParameters(Map<String,String> additionalParameters)
Set the additional parameters
|
OAuth2AuthorizationURL |
OAuth2AuthorizationURL.setRedirectUri(String redirectUri)
Set the redirect URI
|
OAuth2AuthorizationURL |
OAuth2AuthorizationURL.setScopes(List<String> scopes)
Set the scopes
|
OAuth2AuthorizationURL |
OAuth2AuthorizationURL.setState(String state)
Set the state
|
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Auth.authorizeURL(OAuth2AuthorizationURL url)
The client sends the end-user's browser to this endpoint to request their
authentication and consent.
|
static void |
OAuth2AuthorizationURLConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
OAuth2AuthorizationURL obj) |
static void |
OAuth2AuthorizationURLConverter.toJson(OAuth2AuthorizationURL obj,
JsonObject json) |
static void |
OAuth2AuthorizationURLConverter.toJson(OAuth2AuthorizationURL obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Auth.authorizeURL(OAuth2AuthorizationURL url)
The client sends the end-user's browser to this endpoint to request their
authentication and consent.
|
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Auth.authorizeURL(OAuth2AuthorizationURL url)
The client sends the end-user's browser to this endpoint to request their
authentication and consent.
|
Modifier and Type | Method and Description |
---|---|
String |
OAuth2Auth.authorizeURL(OAuth2AuthorizationURL url)
The client sends the end-user's browser to this endpoint to request their
authentication and consent.
|
Copyright © 2023 Eclipse. All rights reserved.