This commit is contained in:
Girish Ramakrishnan
2018-06-15 17:16:50 -07:00
parent f32884b3b2
commit 7f11cc0daf

View File

@@ -1139,6 +1139,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
window.location.href = this.apiOrigin + '/api/v1/session/logout?redirect=' + origin;
};
// this is ununsed because webadmin uses implicit grant flow
Client.prototype.exchangeCodeForToken = function (code, callback) {
var data = {
grant_type: 'authorization_code',