SecurePaymentConfirmationRequest class

Available extensions
Annotations
  • @anonymous
  • @JS.new()
  • @staticInterop

Constructors

SecurePaymentConfirmationRequest({dynamic challenge, required String rpId, required Iterable credentialIds, required PaymentCredentialInstrument instrument, int? timeout, String? payeeName, String? payeeOrigin, AuthenticationExtensionsClientInputs? extensions})
factory

Properties

challenge ↔ dynamic

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair
credentialIds ↔ Iterable

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair
extensions ↔ AuthenticationExtensionsClientInputs

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
instrument ↔ PaymentCredentialInstrument

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair
payeeName ↔ String

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair
payeeOrigin ↔ String

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair
rpId ↔ String

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
timeout ↔ int

Available on SecurePaymentConfirmationRequest, provided by the PropsSecurePaymentConfirmationRequest extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited