Contents

CredentialTransaction

A transaction object for performing wired and contactless operations in SwiftUI views.

Declaration

class CredentialTransaction

Mentioned in

Overview

Use the transactionTask(_:action:) view modifier to create a task for working with a credential. The action closure receives a CredentialTransaction instance that it can perform actions on.

You can call the methods of CredentialTransaction and CredentialTransaction.Configuration from both apps and app extensions.

Topics

Configuring transactions

Performing transactions

Supporting types