| Modifier and Type | Method and Description |
|---|---|
Prompt |
AuthorizationRequestUrlParameters.prompt() |
Prompt |
InteractiveRequestParameters.prompt()
Indicate the type of user interaction that is required.
|
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) |
Copyright © 2013–2023. All rights reserved.