| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Memcache.SASL
Description
SASL authentication support for memcached.
- authenticate :: Socket -> Authentication -> IO ()
- data Authentication
- type Username = ByteString
- type Password = ByteString
Documentation
authenticate :: Socket -> Authentication -> IO () Source
Perform SASL authentication with the server.
type Username = ByteString Source
Username for authentication.
type Password = ByteString Source
Password for authentication.