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.
2 parents c46ee86 + 14a933a commit 4b3609cCopy full SHA for 4b3609c
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