File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -387,10 +387,10 @@ Most importantly, you should update the signature counter. That might look somet
387
387
[source,java]
388
388
----------
389
389
updateCredential( // Some database access method of your own design
390
- "alice", // Username or other appropriate user identifier
391
- result.getCredentialId(), // Credential ID of the credential used
392
- result.signatureCount(), // New signature counter value
393
- Clock.systemUTC().instant() // Time of last use (now)
390
+ "alice", // Query by username or other appropriate user identifier
391
+ result.getCredentialId(), // Query by credential ID of the credential used
392
+ result.signatureCount(), // Set new signature counter value
393
+ Clock.systemUTC().instant() // Set time of last use (now)
394
394
);
395
395
----------
396
396
You can’t perform that action at this time.
0 commit comments