HaskellNet-0.2.3: network related libraries such as POP3, SMTP, IMAP
Source code
Contents
Index
HaskellNet.Auth
Portability
portable
Stability
stable
Maintainer
mukai@jmuk.org
Description
Authentication related APIs
Documentation
type
UserName
=
String
Source
type
Password
=
String
Source
data
AuthType
Source
Constructors
PLAIN
LOGIN
CRAM_MD5
Instances
Eq
AuthType
Show
AuthType
b64Encode
::
String
->
String
Source
b64Decode
::
String
->
String
Source
showOctet
:: [
Octet
] ->
String
Source
hmacMD5
::
String
->
String
-> [
Octet
]
Source
plain
::
UserName
->
Password
->
String
Source
login
::
UserName
->
Password
-> (
String
,
String
)
Source
cramMD5
::
String
->
UserName
->
Password
->
String
Source
auth
::
AuthType
->
String
->
UserName
->
Password
->
String
Source
Produced by
Haddock
version 2.7.2