Module: Auth0::Types::FlowsVaultConnectioSetupJwtAlgorithmEnum

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

Constant Summary collapse

HS256 =
"HS256"
HS384 =
"HS384"
HS512 =
"HS512"
RS256 =
"RS256"
RS384 =
"RS384"
RS512 =
"RS512"
ES256 =
"ES256"
ES384 =
"ES384"
ES512 =
"ES512"
PS256 =
"PS256"
PS384 =
"PS384"
PS512 =
"PS512"

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