public class AuthorizationRequestUrlParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizationRequestUrlParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationRequestUrlParameters.Builder |
builder(String redirectUri,
Set<String> scopes) |
String |
codeChallenge() |
String |
codeChallengeMethod() |
String |
correlationId() |
String |
domainHint() |
Map<String,String> |
extraQueryParameters()
Deprecated.
Not recommended for production scenarios. It will be removed in a future release, and the behavior may be replaced by a new API.
|
boolean |
instanceAware() |
org.slf4j.Logger |
log() |
String |
loginHint() |
String |
nonce() |
Prompt |
prompt() |
String |
redirectUri() |
Map<String,List<String>> |
requestParameters() |
ResponseMode |
responseMode() |
Set<String> |
scopes() |
String |
state() |
public static AuthorizationRequestUrlParameters.Builder builder(String redirectUri, Set<String> scopes)
public String redirectUri()
public String codeChallenge()
public String codeChallengeMethod()
public String state()
public String nonce()
public ResponseMode responseMode()
public String loginHint()
public String domainHint()
public Prompt prompt()
public String correlationId()
public boolean instanceAware()
@Deprecated public Map<String,String> extraQueryParameters()
public org.slf4j.Logger log()
Copyright © 2013–2026. All rights reserved.