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