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 a5080df commit e47d912Copy full SHA for e47d912
src/strings.js
@@ -30,6 +30,7 @@ export default {
30
updated_at: 'Last modification timestamp',
31
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