Uses of Enum
com.okta.sdk.resource.model.ResponseMode
Packages that use ResponseMode
-
Uses of ResponseMode in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ResponseModeModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type ResponseModeModifier and TypeMethodDescriptionOAuthMetadata.getResponseModesSupported()
A list of the `response_mode` values that this authorization server supports.Methods in com.okta.sdk.resource.model with parameters of type ResponseModeModifier and TypeMethodDescriptionOAuthMetadata.addresponseModesSupportedItem
(ResponseMode responseModesSupportedItem) Method parameters in com.okta.sdk.resource.model with type arguments of type ResponseModeModifier and TypeMethodDescriptionOAuthMetadata.responseModesSupported
(List<ResponseMode> responseModesSupported) void
OAuthMetadata.setResponseModesSupported
(List<ResponseMode> responseModesSupported)