Skip to content

Commit

Permalink
JWT auth - work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangrunert committed Apr 28, 2016
1 parent 0254610 commit f954c08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/PluginAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,5 +634,11 @@ var PluginAPI = (function() {
this.request('get-custom-modal-inputs', null, callback);
};

Api.prototype.confirmAuthenticated = function() {
this.request("confirm-authenticated", {
pluginName: this.appName
});
};

return new Api();
})();

0 comments on commit f954c08

Please sign in to comment.