Class: Privy::Models::MfaPasskeyVerifyRequestBody

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/privy/models/mfa_passkey_verify_request_body.rb

Instance Attribute Summary collapse

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(authenticator_response:, relying_party: nil) ⇒ Object

Some parameter documentations has been truncated, see Privy::Models::MfaPasskeyVerifyRequestBody for more details.

The request body for verifying a passkey MFA flow.

Parameters:



# File 'lib/privy/models/mfa_passkey_verify_request_body.rb', line 18

Instance Attribute Details

#authenticator_responsePrivy::Models::PasskeyAuthenticatorVerifyResponse

WebAuthn authentication response as defined by the Web Authentication specification.



11
# File 'lib/privy/models/mfa_passkey_verify_request_body.rb', line 11

required :authenticator_response, -> { Privy::PasskeyAuthenticatorVerifyResponse }

#relying_partyString?

Returns:

  • (String, nil)


16
# File 'lib/privy/models/mfa_passkey_verify_request_body.rb', line 16

optional :relying_party, String