SecureElementCredential performs actions on credentials stored in the device Secure Element through secure credential sessions. You open a CredentialSession actor to coordinate access and run a CredentialTransaction against the credentials held in the Secure Element. To respond to session activity tied to a window scene, your app adopts CredentialSessionWindowSceneDelegate and handles the events described by CredentialSessionWindowSceneEvent. The framework is available on iOS.
Credential Sessions 2
Coordinate access to Secure Element credentials and run actions against them.
- AcCredentialSessionA class for performing actions on a credential stored in the Secure Element.
- ClCredentialTransactionA transaction object for performing wired and contactless operations in SwiftUI views.
Window Scene Integration 2
Respond to credential session activity tied to a window scene.
- PrCredentialSessionWindowSceneDelegateDelegate to notify your `UIWindowScene` that a CredentialSession event has occurred.
- EnCredentialSessionWindowSceneEventA CredentialSession event send to a `UIScene` or `UIWindowScene`.
Type Aliases 2
- TyCardEmulationOptions
- TyCredential
Extends 2
ViewUIScene