WalletApplicationCapabilities
data class WalletApplicationCapabilities(val generatedAt: Instant, val androidKeystoreAttestKeyAvailable: Boolean, val androidKeystoreStrongBoxAvailable: Boolean, val androidIsEmulator: Boolean, val directAccessSupported: Boolean)
Information about the capabilities of the wallet application, for the wallet server.
Properties
Link copied to clipboard
Whether the app is running on an emulator.
Link copied to clipboard
Whether Android Keystore supports attest keys.
Link copied to clipboard
Whether StrongBox is available on the device.
Link copied to clipboard
Link copied to clipboard
The point in time this data was generated.