Class: Privy::Models::LinkedAccountPasskeyInput
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::LinkedAccountPasskeyInput
- Defined in:
- lib/privy/models/linked_account_passkey_input.rb
Defined Under Namespace
Modules: CredentialDeviceType
Instance Attribute Summary collapse
- #credential_device_type ⇒ Symbol, Privy::Models::LinkedAccountPasskeyInput::CredentialDeviceType
- #credential_id ⇒ String
- #credential_public_key ⇒ String
- #credential_username ⇒ String
- #type ⇒ Symbol, :passkey
Instance Method Summary collapse
-
#initialize(credential_device_type:, credential_id:, credential_public_key:, credential_username:, type: :passkey) ⇒ Object
constructor
The payload for importing a passkey account.
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(credential_device_type:, credential_id:, credential_public_key:, credential_username:, type: :passkey) ⇒ Object
The payload for importing a passkey account.
|
|
# File 'lib/privy/models/linked_account_passkey_input.rb', line 31
|
Instance Attribute Details
#credential_device_type ⇒ Symbol, Privy::Models::LinkedAccountPasskeyInput::CredentialDeviceType
9 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 9 required :credential_device_type, enum: -> { Privy::LinkedAccountPasskeyInput::CredentialDeviceType } |
#credential_id ⇒ String
14 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 14 required :credential_id, String |
#credential_public_key ⇒ String
19 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 19 required :credential_public_key, String |
#credential_username ⇒ String
24 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 24 required :credential_username, String |
#type ⇒ Symbol, :passkey
29 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 29 required :type, const: :passkey |