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 0431f15 commit c3e3879Copy full SHA for c3e3879
src/strings.js
@@ -29,7 +29,10 @@ export default {
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',
32
- nonce: 'Unique value associating request to token'
+ nonce: 'Unique value associating request to token',
33
+ auth_time: 'Time when authentication occurred',
34
+ amr: 'Authentication methods array',
35
+ acr: 'Authentication context class'
36
}
37
},
38
extension: {
0 commit comments