Web.Authenticate.OpenId
- getForwardUrl :: (MonadIO m, Failure OpenIdException m, Failure HttpException m, Failure InvalidUrlException m) => String -> String -> m String
- authenticate :: (MonadIO m, Failure OpenIdException m, Failure InvalidUrlException m, Failure HttpException m) => [(String, String)] -> m Identifier
- data OpenIdException
- newtype Identifier = Identifier String
Documentation
Arguments
| :: (MonadIO m, Failure OpenIdException m, Failure HttpException m, Failure InvalidUrlException 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 OpenIdException m, Failure InvalidUrlException m, Failure HttpException m) => [(String, String)] -> m IdentifierSource
data OpenIdException Source