Wallet Sdk
The public object representation of the sdk. Make sure to call WalletSdk.configure on first usage. In an iOS app's central configuration, initialize and configure like this:
let configuration = WalletSdkConfiguration(walletProviderUrl: _url)
WalletSdk.shared.configure(config: configuration)Content copied to clipboard
For Android usage see WalletSdkApi as it's better for testing reasons to use the interface.
Properties
Link copied to clipboard
The public object representation of the attestations. See Attestations for details.
Link copied to clipboard
Holds the current configuration.
Link copied to clipboard
The public object representation of the presentations. See Presentations for details.
Link copied to clipboard
The public object representation of the wallet unit. See WalletUnit for details.
Functions
Link copied to clipboard
see WalletSdkApi.configure for details.