Safe Haskell | None |
---|---|
Language | Haskell98 |
Synopsis
- data Identifier = Identifier {
- identifier :: Text
- extraData :: [(Text, Text)]
- authenticate :: MonadIO m => String -> String -> Manager -> m Identifier
- data AuthenticateException
Documentation
data Identifier Source #
Information received from Rpxnow after a valid login.
Identifier | |
|
Instances
:: MonadIO m | |
=> String | API key given by RPXNOW. |
-> String | Token passed by client. |
-> Manager | |
-> m Identifier |
Attempt to log a user in.
data AuthenticateException Source #
RpxnowException String | |
NormalizationException String | |
DiscoveryException String | |
AuthenticationException String |
Instances
Show AuthenticateException Source # | |
Defined in Web.Authenticate.Internal showsPrec :: Int -> AuthenticateException -> ShowS # show :: AuthenticateException -> String # showList :: [AuthenticateException] -> ShowS # | |
Exception AuthenticateException Source # | |