Skip to content

Commit 6605f3a

Browse files
authored
Merge pull request #315 from panva/patch-3
add c_hash, s_hash, update at_hash
2 parents a949c98 + e47d912 commit 6605f3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/strings.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export default {
2828
key_ops: 'Intended operations for this key',
2929
sid: 'Session ID (String identifier for a Session)',
3030
updated_at: 'Last modification timestamp',
31-
at_hash: 'SHA-256 of leftmost half of this token',
31+
at_hash: 'Access Token hash value',
32+
c_hash: 'Authorization Code hash value',
33+
s_hash: 'State hash value',
3234
nonce: 'Unique value associating request to token',
3335
auth_time: 'Time when authentication occurred',
3436
amr: 'Authentication methods array',

0 commit comments

Comments
 (0)