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 c46ee86 commit 14a933aCopy full SHA for 14a933a
lib/woqlClient.js
@@ -58,7 +58,7 @@ function WOQLClient(serverUrl, params) {
58
WOQLClient.prototype.setApiKey = function (accessToken){
59
const currentAuth= this.connectionConfig.localAuth() || {}
60
currentAuth['key'] = accessToken
61
- currentAuth['type'] = 'jwt'
+ currentAuth['type'] = 'apikey'
62
this.connectionConfig.setLocalAuth(currentAuth)
63
}
64
0 commit comments