authenticate-0.9.1.3: Authentication methods for Haskell web applications.

Web.Authenticate.OpenId

Synopsis

Documentation

getForwardUrlSource

Arguments

:: (MonadIO m, Failure AuthenticateException m, Failure HttpException m) 
=> Text

The openid the user provided.

-> Text

The URL for this application's complete page.

-> Maybe Text

Optional realm

-> [(Text, Text)]

Additional parameters to send to the OpenID provider. These can be useful for using extensions.

-> m Text

URL to send the user to.

newtype Identifier Source

A valid OpenID identifier.

Constructors

Identifier 

Fields

identifier :: Text