We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a949c98 + e47d912 commit 6605f3aCopy full SHA for 6605f3a
src/strings.js
@@ -28,7 +28,9 @@ export default {
28
key_ops: 'Intended operations for this key',
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',
+ at_hash: 'Access Token hash value',
32
+ c_hash: 'Authorization Code hash value',
33
+ s_hash: 'State hash value',
34
nonce: 'Unique value associating request to token',
35
auth_time: 'Time when authentication occurred',
36
amr: 'Authentication methods array',
0 commit comments