receive

suspend fun receive(offerUrl: String, txCode: String? = null, clientId: String = "wallet-client"): List<String>

Receives credentials from an OpenID4VCI credential offer.

Return

Wallet-local identifiers of the stored credentials.

Parameters

offerUrl

Credential offer URL, including openid-credential-offer:// URLs.

txCode

Optional transaction code for pre-authorized offers.

clientId

Client identifier sent to the issuer.