|
| Web.Authenticate.OpenId | | Portability | portable | | Stability | Unstable | | Maintainer | Michael Snoyman <michael@snoyman.com> |
|
|
|
| Description |
| Provides functionality for being an OpenId consumer.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| An openid identifier (ie, a URL).
| | Constructors | |
|
|
|
| :: Monad m | | | => String | The openid the user provided.
| | -> String | The URL for this application's complete page.
| | -> IO (m String) | URL to send the user to.
| | Returns a URL to forward the user to in order to login.
|
|
|
|
| Handle a redirect from an OpenID provider and check that the user
logged in properly. If it was successfully, returns the openid.
Otherwise, fails an explanation.
|
|
| Produced by Haddock version 2.4.2 |