Skip to content

Commit 712b11e

Browse files
committed
Do not fatal fail on unrecognized keys
1 parent 5d7ee4e commit 712b11e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/credman/cmwallet/openid4vci/OpenId4VCI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class OpenId4VCI(val credentialOfferJson: String) {
108108
private val authServerCache = mutableMapOf<String, OauthAuthorizationServer>()
109109
private val httpClient = HttpClient(CIO) {
110110
install(ContentNegotiation) {
111-
json()
111+
json(json)
112112
}
113113
}
114114

0 commit comments

Comments
 (0)