Safe Haskell | None |
---|---|
Language | Haskell2010 |
Happstack.Authenticate.Password.PartialsURL
Documentation
data PartialURL Source #
Constructors
LoginInline | |
Login | |
Logout | |
SignupPassword | |
ChangePassword | |
RequestResetPasswordForm | |
ResetPasswordForm |
Instances
rResetPasswordForm :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rRequestResetPasswordForm :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rChangePassword :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rSignupPassword :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
rLoginInline :: forall tok e r. Boomerang e tok r ((:-) PartialURL r) Source #
partialURL :: Router () (PartialURL :- ()) Source #