Uses of Enum
com.okta.sdk.resource.model.ResponseTypesSupported
Packages that use ResponseTypesSupported
-
Uses of ResponseTypesSupported in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ResponseTypesSupportedModifier and TypeMethodDescriptionstatic ResponseTypesSupportedstatic ResponseTypesSupportedReturns the enum constant of this type with the specified name.static ResponseTypesSupported[]ResponseTypesSupported.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 ResponseTypesSupportedModifier and TypeMethodDescriptionOAuthMetadata.getResponseTypesSupported()A list of the `response_type` values that this authorization server supports.Methods in com.okta.sdk.resource.model with parameters of type ResponseTypesSupportedModifier and TypeMethodDescriptionOAuthMetadata.addresponseTypesSupportedItem(ResponseTypesSupported responseTypesSupportedItem) Method parameters in com.okta.sdk.resource.model with type arguments of type ResponseTypesSupportedModifier and TypeMethodDescriptionOAuthMetadata.responseTypesSupported(List<ResponseTypesSupported> responseTypesSupported) voidOAuthMetadata.setResponseTypesSupported(List<ResponseTypesSupported> responseTypesSupported)