Uses of Enum
com.okta.sdk.resource.model.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ResponseTypeModifier and TypeMethodDescriptionstatic ResponseTypestatic ResponseTypeReturns the enum constant of this type with the specified name.static ResponseType[]ResponseType.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 ResponseTypeModifier and TypeMethodDescriptionClient.getResponseTypes()Array of OAuth 2.0 response type strings.Methods in com.okta.sdk.resource.model with parameters of type ResponseTypeMethod parameters in com.okta.sdk.resource.model with type arguments of type ResponseTypeModifier and TypeMethodDescriptionClient.responseTypes(List<ResponseType> responseTypes) voidClient.setResponseTypes(List<ResponseType> responseTypes)