Contents

CredentialTransaction.Configuration

An object that provides configuration information for a transaction that the client intends to perform.

Declaration

class Configuration

Mentioned in

Overview

In SwiftUI apps, you fetch a Configuration for use in calling the transactionTask(_:action:) view modifier to perform wired transactions and card emulation. Inside the task closure, call invalidate() on the configuration when you finish your transaction work.

Topics

Invalidating a configuration

See Also

Using SwiftUI