| 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)
Specifies the method that should be used to send the authentication result to your app.
|
Copyright © 2013–2025. All rights reserved.