Skip to content

Commit c3e3879

Browse files
committed
More claim descriptions for tooltips.
1 parent 0431f15 commit c3e3879

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/strings.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ export default {
2929
sid: 'Session ID (String identifier for a Session)',
3030
updated_at: 'Last modification timestamp',
3131
at_hash: 'SHA-256 of leftmost half of this token',
32-
nonce: 'Unique value associating request to token'
32+
nonce: 'Unique value associating request to token',
33+
auth_time: 'Time when authentication occurred',
34+
amr: 'Authentication methods array',
35+
acr: 'Authentication context class'
3336
}
3437
},
3538
extension: {

0 commit comments

Comments
 (0)