We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712b11e commit 30c432eCopy full SHA for 30c432e
1 file changed
app/src/main/java/com/credman/cmwallet/openid4vci/OpenId4VCI.kt
@@ -224,7 +224,7 @@ class OpenId4VCI(val credentialOfferJson: String) {
224
val clientAttestationPayload = buildJsonObject {
225
put("sub", WALLET_CLIENT_ID)
226
put("wallet_name", WALLET_NAME)
227
- put("exp", Instant.now().epochSecond + 3000)
+ put("exp", Instant.now().epochSecond + 432000 /* 5 days */)
228
put("cnf", buildJsonObject {
229
put("jwk", kp.public.toJWK())
230
})
0 commit comments