AndroidDigitalCredentialCreateRequest

data class AndroidDigitalCredentialCreateRequest(val protocol: String, val offerJson: String, val verifiedOrigin: String)

Android CREATE_CREDENTIAL OpenID4VCI request after Credential Manager extraction.

Kept on the Android adapter boundary rather than the common mobile SDK surface.

Constructors

Link copied to clipboard
constructor(protocol: String, offerJson: String, verifiedOrigin: String)

Properties

Link copied to clipboard

Credential Offer JSON object extracted from the selected protocol alternative's data field.

Link copied to clipboard

Digital Credentials protocol identifier selected from the advertised OpenID4VCI create protocols (openid4vci-v1 first, then historical aliases).

Link copied to clipboard

Canonical caller origin derived from Credential Manager caller authentication.