Contents

configuration()

Retrieves a transaction configuration related to this session.

Declaration

nonisolated func configuration() async throws -> CredentialTransaction.Configuration

Discussion

This method provides a way to get the session configuration after performing a transaction task with a SwiftUI view.

Clients should call invalidate() on this configuration after completing each transaction.

See Also

Using SwiftUI