X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fenum.js;h=4912cd847d228fa09fe2dbdece93dbf3ea60de98;hb=HEAD;hp=66e2856b453a3184e720044890b4e77aae40d8b4;hpb=2ca511865b0caf3108819cfd6ee775124ea70dff;p=squeep-authentication-module diff --git a/lib/enum.js b/lib/enum.js index 66e2856..4912cd8 100644 --- a/lib/enum.js +++ b/lib/enum.js @@ -9,8 +9,13 @@ const Enum = mergeDeep(DingusEnum, { Cookie: 'Cookie', Location: 'Location', SetCookie: 'Set-Cookie', + SetLogin: 'Set-Login', WWWAuthenticate: 'WWW-Authenticate', }, + LoginState: { + LoggedIn: 'logged-in', + LoggedOut: 'logged-out', + }, SessionCookie: 'squeepSession', OTPResult: { Valid: 'Valid',