happstack-authenticate-2.4.1: Happstack Authentication Library

Safe HaskellNone
LanguageHaskell2010

Happstack.Authenticate.OpenId.URL

Documentation

data OpenIdURL Source #

Instances
Eq OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

Data OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OpenIdURL -> c OpenIdURL #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OpenIdURL #

toConstr :: OpenIdURL -> Constr #

dataTypeOf :: OpenIdURL -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OpenIdURL) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OpenIdURL) #

gmapT :: (forall b. Data b => b -> b) -> OpenIdURL -> OpenIdURL #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OpenIdURL -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OpenIdURL -> r #

gmapQ :: (forall d. Data d => d -> u) -> OpenIdURL -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> OpenIdURL -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OpenIdURL -> m OpenIdURL #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OpenIdURL -> m OpenIdURL #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OpenIdURL -> m OpenIdURL #

Ord OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

Read OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

Show OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

Generic OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

Associated Types

type Rep OpenIdURL :: Type -> Type #

PathInfo OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

type Rep OpenIdURL Source # 
Instance details

Defined in Happstack.Authenticate.OpenId.URL

type Rep OpenIdURL = D1 (MetaData "OpenIdURL" "Happstack.Authenticate.OpenId.URL" "happstack-authenticate-2.4.1-1ovIfMIVOnoEaCpOHmRxnh" False) ((C1 (MetaCons "Partial" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PartialURL)) :+: C1 (MetaCons "BeginDance" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) :+: (C1 (MetaCons "ReturnTo" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Realm" PrefixI False) (U1 :: Type -> Type)))

rRealm :: forall tok e r. Boomerang e tok r ((:-) OpenIdURL r) Source #

rReturnTo :: forall tok e r. Boomerang e tok r ((:-) OpenIdURL r) Source #

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 #