Class: Privy::Models::PasskeyEnrollmentExtensions
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Privy::Models::PasskeyEnrollmentExtensions
- Defined in:
- lib/privy/models/passkey_enrollment_extensions.rb
Instance Attribute Summary collapse
- #app_id ⇒ String?
-
#cred_props ⇒ Privy::Models::PasskeyCredPropsResult?
The result of the WebAuthn credProps extension.
- #hmac_create_secret ⇒ Boolean?
Instance Method Summary collapse
-
#initialize(app_id: nil, cred_props: nil, hmac_create_secret: nil) ⇒ Object
constructor
Extensions for a WebAuthn registration ceremony.
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(app_id: nil, cred_props: nil, hmac_create_secret: nil) ⇒ Object
Extensions for a WebAuthn registration ceremony.
|
|
# File 'lib/privy/models/passkey_enrollment_extensions.rb', line 22
|
Instance Attribute Details
#app_id ⇒ String?
9 |
# File 'lib/privy/models/passkey_enrollment_extensions.rb', line 9 optional :app_id, String |
#cred_props ⇒ Privy::Models::PasskeyCredPropsResult?
The result of the WebAuthn credProps extension.
15 |
# File 'lib/privy/models/passkey_enrollment_extensions.rb', line 15 optional :cred_props, -> { Privy::PasskeyCredPropsResult } |