CredentialSession
public func acquirePresentmentAssertion() async throws -> SecureElementCredential.CredentialSession.PresentmentIntentAssertion
CredentialSession
public func deleteCredential(_ credential: SecureElementCredential.CredentialSession.Credential) async throws
CredentialSession
public func endWiredMode() async throws
CredentialSession
public func enterWiredMode(using credential: SecureElementCredential.CredentialSession.Credential) async throws
CredentialSession
public func listCredentials() async throws -> [SecureElementCredential.CredentialSession.Credential]
CredentialSession
public func provisionCredential(configurationUUID: Foundation.UUID, name: Swift.String) async throws -> SecureElementCredential.CredentialSession.Credential
CredentialSession
public func transceive(_ data: Foundation.Data) async throws -> Foundation.Data