Module: Auth0::Types::FormFieldPasswordConfigHashEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/auth0/types/form_field_password_config_hash_enum.rb

Constant Summary collapse

NONE =
"NONE"
MD5 =
"MD5"
SHA1 =
"SHA1"
SHA256 =
"SHA256"
SHA512 =
"SHA512"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load