You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/com/credman/cmwallet/pnv/PnvTokenRegistry.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,10 @@ fun maybeHandlePnv(
311
311
val aggregatorCertChain = credAuthJwtHeader.getJSONArray("x5c") // See the x5c cert chain defined at https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.6
312
312
// TODO: validate the aggregator cert is allowed to request phone number verification for the given carrier
313
313
314
+
val state = credAuthJwtpayload.optString("state")
315
+
314
316
val consentData = credAuthJwtpayload.optString("consent_data")
0 commit comments