authenticate-0.7.2.3: Authentication methods for Haskell web applications.

Web.Authenticate.OpenId

Synopsis

Documentation

getForwardUrlSource

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.

newtype Identifier Source

A valid OpenID identifier.

Constructors

Identifier 

Fields

identifier :: String