Class: Privy::Models::WalletCreateWalletsWithRecoveryParams::PrimarySigner
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::WalletCreateWalletsWithRecoveryParams::PrimarySigner
- Defined in:
- lib/privy/models/wallet_create_wallets_with_recovery_params.rb
Instance Attribute Summary collapse
-
#subject_id ⇒ String
The JWT subject ID of the user.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(primary_signer:, recovery_user:, wallets:, request_options: {}) ⇒ Object
32 33 34 35 36 37 38 39 40 41 |
# File 'lib/privy/models/wallet_create_wallets_with_recovery_params.rb', line 32 class PrimarySigner < Privy::Internal::Type::BaseModel # @!attribute subject_id # The JWT subject ID of the user. # # @return [String] required :subject_id, String # @!method initialize(subject_id:) # @param subject_id [String] The JWT subject ID of the user. end |
Instance Attribute Details
#subject_id ⇒ String
The JWT subject ID of the user.
37 |
# File 'lib/privy/models/wallet_create_wallets_with_recovery_params.rb', line 37 required :subject_id, String |