Skip to content

Commit 38d942b

Browse files
author
Travis CI
committed
Travis CI - [ci skip] - automatic dist folder
1 parent 5bc049b commit 38d942b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

dist/kuzzle.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,14 @@ Kuzzle.prototype.setJwtToken = function(token) {
612612
return this;
613613
};
614614

615+
/**
616+
* Get the jwtToken used by kuzzle
617+
* @returns {Kuzzle}
618+
*/
619+
Kuzzle.prototype.getJwtToken = function() {
620+
return this.jwtToken;
621+
};
622+
615623
/**
616624
* Send login request to kuzzle with credentials
617625
* If login success, store the jwtToken into kuzzle object

0 commit comments

Comments
 (0)