CredentialSession.Credential
Information about a credential that a credential session retrieves from the Secure Element.
Declaration
struct CredentialMentioned in
Overview
A credential is an abstraction of the cryptographic elements of your applet bundle installed in the Secure Element. You perform this installation with provisionCredential(configurationUUID:name:), which retrieves the applet bundle you registered with the Apple Business Register, installs it in the Secure Element, and returns a Credential instance.
Credential objects are snapshots of credential data at the time the listCredentials() method loads them. To ensure up-to-date metadata, reload credentials with that same method.