parseCredentialResponse

suspend fun parseCredentialResponse(response: String, isEncrypted: Boolean, representation: CredentialRepresentation, scheme: CredentialScheme): KmmResult<Collection<Holder.StoreCredentialInput>>(source)

Parses response received from the credential issuer, mapping to Holder.StoreCredentialInput, decrypting the response if required.