| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Reddit.Login
Synopsis
- login :: Monad m => Text -> Text -> ClientParams -> RedditT m LoginDetails
Documentation
Arguments
| :: Monad m | |
| => Text | Username to login with |
| -> Text | Password to login with |
| -> ClientParams | |
| -> RedditT m LoginDetails |
Make a login request with the given username and password.