X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fenum.js;fp=lib%2Fenum.js;h=acf368cb079e7592e32e0189b8311e03d8ccd040;hb=69a2f5e7d73dd3f58e07b652c306daa8b253245d;hp=0000000000000000000000000000000000000000;hpb=49cf45515817fbd4479c654d89c8a56c292298bb;p=squeep-resource-authentication-module diff --git a/lib/enum.js b/lib/enum.js new file mode 100644 index 0000000..acf368c --- /dev/null +++ b/lib/enum.js @@ -0,0 +1,12 @@ +'use strict'; + +const { Enum: DingusEnum, common } = require('@squeep/api-dingus'); + +const Enum = common.mergeDeep(DingusEnum, { + Header: { + Authorization: 'Authorization', + WWWAuthenticate: 'WWW-Authenticate', + }, +}); + +module.exports = Enum; \ No newline at end of file