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 f63059c commit 973b0f8Copy full SHA for 973b0f8
lib/connectionConfig.js
@@ -3,7 +3,7 @@
3
/**
4
* @typedef {Object} CredentialObj
5
* @property {'basic'|'jwt'} CredentialObj.type - the Authorization connection's type
6
- * @property {string | boolean} CredentialObj.user - the user id
+ * @property {string | boolean} CredentialObj.user - the user id | I don't need the user with the jwt token
7
* @property {string} CredentialObj.key - the connection key
8
*
9
* @typedef {'graph'|'db'|'clone'|'triples'|'woql'|'frame'|'fetch'|'pull'|'rebase'|'csv'|'branch'|'reset'|'push'} ActionType
0 commit comments