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: waltid-libraries/protocols/waltid-openid4vc-wallet-mobile/src/commonMain/kotlin/id/walt/wallet2/mobile/MobileWallet.kt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -585,10 +585,13 @@ public class MobileWallet internal constructor(
585
585
/**
586
586
* Deletes local wallet material owned by this mobile wallet instance.
587
587
*
588
-
* The active key, credential, and DID stores receive store-level remove calls. The wallet then closes
589
-
* and deletes the encrypted local database and deletes the configured database key.
588
+
* Active issuance continuations are invalidated before the key, credential, and DID stores receive
589
+
* store-level remove calls. The wallet then closes and deletes the encrypted local database and deletes
Copy file name to clipboardExpand all lines: waltid-libraries/protocols/waltid-openid4vc-wallet-mobile/src/commonTest/kotlin/id/walt/wallet2/mobile/MobileWalletTest.kt
Copy file name to clipboardExpand all lines: waltid-libraries/protocols/waltid-openid4vc-wallet/src/commonMain/kotlin/id/walt/wallet2/handlers/WalletIssuanceSessionService.kt
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -418,6 +418,19 @@ class WalletIssuanceSessionService(
Copy file name to clipboardExpand all lines: waltid-libraries/protocols/waltid-openid4vc-wallet/src/jvmTest/kotlin/id/walt/wallet2/handlers/WalletIssuanceSessionServiceTest.kt
+134Lines changed: 134 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,124 @@ class WalletIssuanceSessionServiceTest {
0 commit comments