MobileWalletDigitalCredentialRequest

data class MobileWalletDigitalCredentialRequest(val protocol: String, val dataJson: String, val verifiedOrigin: String, val selectedRegistryEntryIds: List<String> = emptyList())

Platform-neutral request passed by Android Credential Manager or an Apple provider extension.

Constructors

Link copied to clipboard
constructor(protocol: String, dataJson: String, verifiedOrigin: String, selectedRegistryEntryIds: List<String> = emptyList())

Properties

Link copied to clipboard

Protocol request data encoded as JSON.

Link copied to clipboard

Platform protocol identifier.

Link copied to clipboard

Entries selected by the platform matcher.

Link copied to clipboard

Authenticated origin reported by the platform.