Skip to content

Commit d6b69cd

Browse files
committed
add doc string
1 parent 0e07b7e commit d6b69cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/fixtures/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ const common = Object.assign({}, clientConfig, {
4848
introspectPath
4949
})
5050

51+
/**
52+
* @type Object
53+
* @private
54+
*
55+
* Base attributes for JWT generation
56+
*/
5157
const contentBase = {
5258
'sub': '1234567890',
5359
'name': 'John Doe',

0 commit comments

Comments
 (0)