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: src/main/kotlin/id/walt/services/ecosystems/essif/userwallet/UserWalletService.kt
+1
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ object UserWalletService {
127
127
when {
128
128
"claim timestamp check failed"in verifiableAuthorization ||"JWT has expired"in verifiableAuthorization ->
129
129
"Your Verifiable Authorization was stored invalidly. Your EBSI Bearer token at the time of onboarding (getting the Verifiable Authorization) was expired."
130
+
130
131
else->"(yet-)Unknown error in Verifiable Authorization. See the error message above for more information."
Copy file name to clipboardexpand all lines: src/main/kotlin/id/walt/services/hkvstore/FileSystemHKVStore.kt
+2-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ class FileSystemHKVStore(configPath: String) : HKVStoreService() {
49
49
storeMappings()
50
50
}
51
51
52
-
privatefunretrieveHashMapping(hashMapping:String): String= mappingProperties.value[hashMapping] as?String?:throwIllegalArgumentException("No HKVS mapping found for hash: $hashMapping")
0 commit comments