github-0.20: Access to the GitHub API, v3.

LicenseBSD-3-Clause
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

GitHub.Auth

Description

 
Synopsis

Documentation

data Auth Source #

The Github auth data type

Instances
Eq Auth Source # 
Instance details

Defined in GitHub.Auth

Methods

(==) :: Auth -> Auth -> Bool Source #

(/=) :: Auth -> Auth -> Bool Source #

Data Auth Source # 
Instance details

Defined in GitHub.Auth

Methods

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

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

toConstr :: Auth -> Constr Source #

dataTypeOf :: Auth -> DataType Source #

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

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

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

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

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

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

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

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

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

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

Ord Auth Source # 
Instance details

Defined in GitHub.Auth

Show Auth Source # 
Instance details

Defined in GitHub.Auth

Generic Auth Source # 
Instance details

Defined in GitHub.Auth

Associated Types

type Rep Auth :: Type -> Type Source #

Methods

from :: Auth -> Rep Auth x Source #

to :: Rep Auth x -> Auth Source #

Hashable Auth Source # 
Instance details

Defined in GitHub.Auth

Binary Auth Source # 
Instance details

Defined in GitHub.Auth

NFData Auth Source # 
Instance details

Defined in GitHub.Auth

Methods

rnf :: Auth -> () Source #

type Rep Auth Source # 
Instance details

Defined in GitHub.Auth