We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f2518 commit 0431f15Copy full SHA for 0431f15
src/strings.js
@@ -26,7 +26,10 @@ export default {
26
kty: 'Key type',
27
use: 'Intended use of key: "sig" or "enc" (other values accepted)',
28
key_ops: 'Intended operations for this key',
29
- sid: 'Session ID (String identifier for a Session)'
+ 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'
33
}
34
},
35
extension: {
0 commit comments