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() |
boolean |
instanceAware() |
org.slf4j.Logger |
log() |
String |
loginHint() |
String |
nonce() |
Prompt |
prompt() |
@NonNull String |
redirectUri() |
Map<String,List<String>> |
requestParameters() |
ResponseMode |
responseMode() |
@NonNull Set<String> |
scopes() |
String |
state() |
public static AuthorizationRequestUrlParameters.Builder builder(String redirectUri, Set<String> scopes)
@NonNull public @NonNull 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()
public org.slf4j.Logger log()
Copyright © 2013–2024. All rights reserved.