Skip to content

Commit

Permalink
Add a nonce log
Browse files Browse the repository at this point in the history
  • Loading branch information
leecam committed Nov 19, 2024
1 parent 3dd0a26 commit 0175e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class GetCredentialActivity : ComponentActivity() {
when (protocol) {
"openid4vp1.0" -> {
val openId4VPRequest = OpenId4VP(dcRequest)

Log.i("GetCredentialActivity", "nonce ${openId4VPRequest.nonce}")
val matchedCredential =
openId4VPRequest.performQueryOnCredential(selectedCredential)
Log.i("GetCredentialActivity", "matchedCredential $matchedCredential")
Expand Down

0 comments on commit 0175e49

Please sign in to comment.