loadCredentialWithOffer
suspend fun loadCredentialWithOffer( credentialOffer: CredentialOffer, credentialIdentifierInfo: CredentialIdentifierInfo, transactionCode: String? = null): KmmResult<Unit>(source)
Loads a user-selected credential with pre-authorized code from the OID4VCI credential issuer
Parameters
credentialOffer
as loaded and decoded from the QR Code
credentialIdentifierInfo
as selected by the user from the issuer's metadata
transactionCode
if required from Issuing service, i.e. transmitted out-of-band to the user
suspend fun loadCredentialWithOffer( credentialOffer: CredentialOffer, credentialIdentifierInfo: CredentialIdentifierInfo, transactionCode: String? = null, requestedAttributes: Set<NormalizedJsonPath>?): KmmResult<Unit>(source)
Deprecated
Removed in OID4VCI draft 15
Replace with
loadCredentialWithOffer(credentialOffer, credentialIdentifierInfo, transactionCode)
Content copied to clipboard