Uses of Enum
com.okta.sdk.resource.model.ResponseMode
-
Uses of ResponseMode in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic ResponseMode
static ResponseMode
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 TypeMethodDescriptionOAuthMetadata.getResponseModesSupported()
A list of the `response_mode` values that this authorization server supports.Modifier and TypeMethodDescriptionOAuthMetadata.addresponseModesSupportedItem
(ResponseMode responseModesSupportedItem) Modifier and TypeMethodDescriptionOAuthMetadata.responseModesSupported
(List<ResponseMode> responseModesSupported) void
OAuthMetadata.setResponseModesSupported
(List<ResponseMode> responseModesSupported)