| Modifier and Type | Method and Description |
|---|---|
ResponseMode |
AuthorizationRequestUrlParameters.responseMode() |
static ResponseMode |
ResponseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseMode[] |
ResponseMode.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.responseMode(ResponseMode val)
Deprecated.
ResponseMode.QUERY is deprecated. If you pass ResponseMode.QUERY, it will be automatically overridden to ResponseMode.FORM_POST.
|
Copyright © 2013–2026. All rights reserved.