Safe Haskell | None |
---|---|
Language | Haskell98 |
Happstack.Authenticate.OpenId.URL
Documentation
Constructors
Partial PartialURL | |
BeginDance Text | |
ReturnTo | |
Realm |
rBeginDance :: forall tok e r. Boomerang e tok ((:-) Text r) ((:-) OpenIdURL r) Source
rPartial :: forall tok e r. Boomerang e tok ((:-) PartialURL r) ((:-) OpenIdURL r) Source
nestOpenIdURL :: RouteT OpenIdURL m a -> RouteT AuthenticateURL m a Source