HaskellNet-0.2.1: network related libraries such as POP3, SMTP, IMAPSource codeContentsIndex
HaskellNet.Auth
Portabilityportable
Stabilitystable
Maintainermukai@jmuk.org
Description
Authentication related APIs
Documentation
type UserName = StringSource
type Password = StringSource
data AuthType Source
Constructors
PLAIN
LOGIN
CRAM_MD5
show/hide Instances
b64Encode :: String -> StringSource
b64Decode :: String -> StringSource
showOctet :: [Octet] -> StringSource
hmacMD5 :: String -> String -> [Octet]Source
plain :: UserName -> Password -> StringSource
login :: UserName -> Password -> (String, String)Source
cramMD5 :: String -> UserName -> Password -> StringSource
auth :: AuthType -> String -> UserName -> Password -> StringSource
Produced by Haddock version 2.6.0