Module: Auth0::Types::ClientComplianceLevelEnum

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

Constant Summary collapse

NONE =
"none"
FAPI1ADV_PKJ_PAR =
"fapi1_adv_pkj_par"
FAPI1ADV_MTLS_PAR =
"fapi1_adv_mtls_par"
FAPI2SP_PKJ_MTLS =
"fapi2_sp_pkj_mtls"
FAPI2SP_MTLS_MTLS =
"fapi2_sp_mtls_mtls"

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