Added definition file, exported UnauthorizedError

This commit is contained in:
Root-Core
2017-04-18 23:21:07 +02:00
parent 90f431741b
commit 72f3846fcf
3 changed files with 73 additions and 0 deletions

View File

@ -221,3 +221,4 @@ function getSecret(request, secret, token, callback) {
};
exports.authorize = authorize;
exports.UnauthorizedError = UnauthorizedError;