clckwrks-0.26.1: A secure, reliable content management system (CMS) and blogging platform

Safe HaskellNone
LanguageHaskell2010

Clckwrks.Authenticate.URL

Documentation

data AuthURL Source #

Instances
Eq AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

Methods

(==) :: AuthURL -> AuthURL -> Bool #

(/=) :: AuthURL -> AuthURL -> Bool #

Data AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

Methods

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

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

toConstr :: AuthURL -> Constr #

dataTypeOf :: AuthURL -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

Read AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

Show AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

Generic AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

Associated Types

type Rep AuthURL :: Type -> Type #

Methods

from :: AuthURL -> Rep AuthURL x #

to :: Rep AuthURL x -> AuthURL #

PathInfo AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

type Rep AuthURL Source # 
Instance details

Defined in Clckwrks.Authenticate.URL

type Rep AuthURL = D1 (MetaData "AuthURL" "Clckwrks.Authenticate.URL" "clckwrks-0.26.1-KUhnUt8r7rsJ6ZbbYh3eH8" False) ((C1 (MetaCons "Auth" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 AuthenticateURL)) :+: (C1 (MetaCons "Login" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ResetPassword" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "ChangePassword" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "OpenIdRealm" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AuthModes" PrefixI False) (U1 :: Type -> Type))))