MobileWalletDigitalCredentialResponse

data class MobileWalletDigitalCredentialResponse(val protocol: String, val dataJson: String)

OS-mediated response. dataJson is returned to the platform and is never direct-posted over HTTP.

Constructors

Link copied to clipboard
constructor(protocol: String, dataJson: String)

Properties

Link copied to clipboard

Platform response data encoded as JSON.

Link copied to clipboard

Protocol identifier from the request.