Module: Auth0::Types::HookTriggerIDEnum
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/auth0/types/hook_trigger_id_enum.rb
Constant Summary collapse
- CREDENTIALS_EXCHANGE =
"credentials-exchange"- PRE_USER_REGISTRATION =
"pre-user-registration"- POST_USER_REGISTRATION =
"post-user-registration"- POST_CHANGE_PASSWORD =
"post-change-password"- SEND_PHONE_MESSAGE =
"send-phone-message"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values