Protocols
The following protocols are available globally.
-
The delegate the UI should implement to receive callbacks on PIN entry status. When pinMatch is triggered, submit should be called using PINEntryUI. If submit is called when entry is incomplete or not matched, pinInvalid or pinMismatch error will be returned.
Since
3.3.0Declaration
Swift
public protocol PINEntryUIDelegate : AnyObject
-
Declaration
Swift
public protocol AuthnDelegate : AnyObject
-
Protocol that extends system API PKIssuerProvisioningExtensionAuthorizationProviding with D1 SDK functionality to login, through
D1IssuerProvisioningExtensionAuthorizationProviding.login(_:completion:)
API.It is prequisite that Wallet Extension must be configured in application by calling
D1Task.configure(_:completion:)
withConfigParams.walletExtensionConfig(cardParamsList:appGroupID:)
andConfigParams.coreConfig(consumerID:)
.Since
3.3.0Declaration
Swift
public protocol D1IssuerProvisioningExtensionAuthorizationProviding: PKIssuerProvisioningExtensionAuthorizationProviding