Skip to content

Commit

Permalink
[Android] Delegated Verifier (spruceid#18)
Browse files Browse the repository at this point in the history
This enables the app to display a QR Code with the delegated OID4VP URL to be presented to the holder and display the presented credential
  • Loading branch information
Juliano1612 authored Nov 1, 2024
1 parent 60544c5 commit 65db410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mobile-sdk-rs"
version = "0.1.0"
version = "0.3.0"
edition = "2021"
authors = ["Spruce Systems, Inc."]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/oid4vp/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ mod tests {
assert_eq!(status, DelegatedVerifierStatus::Success);
assert!(oid4vp.is_some());

println!("Presentation: {oid4vp:?}");
println!("Presentation: {:?}", oid4vp);

Ok(())
}
Expand Down

0 comments on commit 65db410

Please sign in to comment.