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,
sig/privy/models/linked_account_passkey_input.rbs
Instance Attribute Summary collapse
-
#credential_device_type ⇒ Symbol, Privy::Models::LinkedAccountPasskeyCredentialDeviceType
WebAuthn credential device type indicating platform or cross-platform authenticator residency.
- #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
Some parameter documentations has been truncated, see LinkedAccountPasskeyInput for more details.
- #to_hash ⇒ {
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
Some parameter documentations has been truncated, see Privy::Models::LinkedAccountPasskeyInput for more details.
The payload for importing a passkey account.
|
|
# File 'lib/privy/models/linked_account_passkey_input.rb', line 33
|
Instance Attribute Details
#credential_device_type ⇒ Symbol, Privy::Models::LinkedAccountPasskeyCredentialDeviceType
WebAuthn credential device type indicating platform or cross-platform authenticator residency.
11 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 11 required :credential_device_type, enum: -> { Privy::LinkedAccountPasskeyCredentialDeviceType } |
#credential_id ⇒ String
16 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 16 required :credential_id, String |
#credential_public_key ⇒ String
21 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 21 required :credential_public_key, String |
#credential_username ⇒ String
26 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 26 required :credential_username, String |
#type ⇒ Symbol, :passkey
31 |
# File 'lib/privy/models/linked_account_passkey_input.rb', line 31 required :type, const: :passkey |
Instance Method Details
#to_hash ⇒ {
31 |
# File 'sig/privy/models/linked_account_passkey_input.rbs', line 31
def to_hash: -> {
|