Permissions
This commit is contained in:
parent
ffa268a827
commit
9379e6e574
5 changed files with 130 additions and 68 deletions
|
|
@ -53,7 +53,7 @@ angular.module('copayApp.services').factory('glideraService', function($http, $l
|
|||
};
|
||||
};
|
||||
|
||||
root.getPermissions = function(token, cb) {
|
||||
root.getAccessTokenPermissions = function(token, cb) {
|
||||
if (!token) return cb('Invalid Token');
|
||||
$http(_get('/oauth/token', token)).then(function(data) {
|
||||
$log.info('Glidera Access Token Permissions: SUCCESS');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue