diff options
| author | adambrangenberg <adabran06@gmail.com> | 2025-12-24 03:40:10 +0100 |
|---|---|---|
| committer | adambrangenberg <adabran06@gmail.com> | 2025-12-24 03:40:10 +0100 |
| commit | a0886694f73fc382d78da79ab8bfb27475757bab (patch) | |
| tree | 652ba9b603a1acaf4dfca188f7bb2c29c6bccfd0 /src/PostLoginsResponseLib.hs | |
| parent | 2b48a574e8b9fed03a5c1969af4bb1e338f1be26 (diff) | |
Implemented basic auth, refactor
Diffstat (limited to 'src/PostLoginsResponseLib.hs')
| -rw-r--r-- | src/PostLoginsResponseLib.hs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/PostLoginsResponseLib.hs b/src/PostLoginsResponseLib.hs deleted file mode 100644 index 51617b1..0000000 --- a/src/PostLoginsResponseLib.hs +++ /dev/null @@ -1,10 +0,0 @@ -module PostLoginsResponseLib (PostLoginsResponse, makePostLoginsResponse) where - -data PostLoginsResponse = PostLoginsResponse - { access_token :: String - , device_id :: String - , user_id :: String - } deriving (Eq, Show) - -makePostLoginsResponse :: String -> String -> String -> PostLoginsResponse -makePostLoginsResponse = PostLoginsResponse |