Module: Auth0::Types::PublicKeyCredentialAlgorithmEnum
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/auth0/types/public_key_credential_algorithm_enum.rb
Constant Summary collapse
- RS256 =
"RS256"- RS384 =
"RS384"- PS256 =
"PS256"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values