Web.Authenticate.OpenId
- getForwardUrl :: (MonadIO m, Failure AuthenticateException m, Failure HttpException m) => String -> String -> m String
- authenticate :: (MonadIO m, Failure AuthenticateException m, Failure HttpException m) => [(String, String)] -> m Identifier
- data AuthenticateException
- newtype Identifier = Identifier {
- identifier :: String
Documentation
Arguments
:: (MonadIO m, Failure AuthenticateException m, Failure HttpException m) | |
=> String | The openid the user provided. |
-> String | The URL for this application's complete page. |
-> m String | URL to send the user to. |
authenticate :: (MonadIO m, Failure AuthenticateException m, Failure HttpException m) => [(String, String)] -> m IdentifierSource
newtype Identifier Source
A valid OpenID identifier.
Constructors
Identifier | |
Fields
|