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
offer Url
Credential offer URL, including openid-credential-offer:// URLs.
tx Code
Optional transaction code for pre-authorized offers.
client Id
Client identifier sent to the issuer.