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 91119dc commit a5080dfCopy full SHA for a5080df
src/strings.js
@@ -28,7 +28,8 @@ 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
nonce: 'Unique value associating request to token',
34
auth_time: 'Time when authentication occurred',
35
amr: 'Authentication methods array',
0 commit comments