| Modifier and Type | Method and Description |
|---|---|
Prompt |
AuthorizationRequestUrlParameters.prompt() |
Prompt |
InteractiveRequestParameters.prompt() |
static Prompt |
Prompt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Prompt[] |
Prompt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.prompt(Prompt val)
Indicates the type of user interaction that is required.
|
InteractiveRequestParameters.InteractiveRequestParametersBuilder |
InteractiveRequestParameters.InteractiveRequestParametersBuilder.prompt(Prompt prompt)
Indicate the type of user interaction that is required.
|
Copyright © 2013–2025. All rights reserved.