Module: Auth0::Types::FlowActionAuth0SendRequestParamsMethod
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/auth0/types/flow_action_auth0send_request_params_method.rb
Constant Summary collapse
- GET =
"GET"- POST =
"POST"- PUT =
"PUT"- PATCH =
"PATCH"- DELETE =
"DELETE"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values