Module: Auth0::Types::ResourceServerTokenEncryptionAlgorithmEnum
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/auth0/types/resource_server_token_encryption_algorithm_enum.rb
Constant Summary collapse
- RSA_OAEP256 =
"RSA-OAEP-256"- RSA_OAEP384 =
"RSA-OAEP-384"- RSA_OAEP512 =
"RSA-OAEP-512"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values