Module: Auth0::Types::CustomDomainCustomClientIPHeaderEnum

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

Constant Summary collapse

TRUE_CLIENT_IP =
"true-client-ip"
CF_CONNECTING_IP =
"cf-connecting-ip"
X_FORWARDED_FOR =
"x-forwarded-for"
X_AZURE_CLIENTIP =
"x-azure-clientip"
EMPTY =
""

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