Module: Auth0::Types::PostConnectionKeysAlgEnum

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

Constant Summary collapse

RS256 =
"RS256"
RS384 =
"RS384"
RS512 =
"RS512"
PS256 =
"PS256"
PS384 =
"PS384"
ES256 =
"ES256"
ES384 =
"ES384"

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