Skip to content

Commit 0431f15

Browse files
committed
More common claim descriptions (for tooltips).
1 parent c8f2518 commit 0431f15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/strings.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ export default {
2626
kty: 'Key type',
2727
use: 'Intended use of key: "sig" or "enc" (other values accepted)',
2828
key_ops: 'Intended operations for this key',
29-
sid: 'Session ID (String identifier for a Session)'
29+
sid: 'Session ID (String identifier for a Session)',
30+
updated_at: 'Last modification timestamp',
31+
at_hash: 'SHA-256 of leftmost half of this token',
32+
nonce: 'Unique value associating request to token'
3033
}
3134
},
3235
extension: {

0 commit comments

Comments
 (0)