Skip to content

Commit

Permalink
Merge pull request #129 from noris666/patch-1
Browse files Browse the repository at this point in the history
add getAuthToken method
  • Loading branch information
Mokto authored Sep 6, 2016
2 parents d50a9ee + 8c02408 commit 59bccd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/user/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ module.exports = {
this._endLoggingIn();
}
},
getAuthToken() {
return Data._tokenIdSaved;
},
async _loadInitialUser() {
var value = null;
try {
Expand Down

0 comments on commit 59bccd3

Please sign in to comment.