Module: Privy::Models::EmbeddedWalletRecoveryMethod
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/privy/models/embedded_wallet_recovery_method.rb
Overview
The method used to recover an embedded wallet account.
Constant Summary collapse
- PRIVY =
:privy- USER_PASSCODE =
:"user-passcode"- GOOGLE_DRIVE =
:"google-drive"- ICLOUD =
:icloud- RECOVERY_ENCRYPTION_KEY =
:"recovery-encryption-key"- PRIVY_V2 =
:"privy-v2"
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/privy/models/embedded_wallet_recovery_method.rb', line 16
|