| Safe Haskell | None |
|---|
Network.Xmpp.Sasl.Mechanisms.Scram
Documentation
hashToken :: Hash ctx hash => hashSource
A nicer name for undefined, for use as a dummy token to determin the hash function to use
Arguments
| :: Hash ctx hash | |
| => hash | Dummy argument to determine the hash to use; you
can safely pass undefined or a |
| -> Text | Authentication ID (user name) |
| -> Maybe Text | Authorization ID |
| -> Text | Password |
| -> SaslM () |
Salted Challenge Response Authentication Mechanism (SCRAM) SASL mechanism according to RFC 5802.
This implementation is independent and polymorphic in the used hash function.