Module

MeowClient.Session.Auth

Package
purescript-meowclient
Repository
userfriendanonymous/purescript-meowclient

#Value Source

type Value = { cookieSet :: String, csrfToken :: String, token :: String, username :: String }

Authentication information.