github-0.16.0: Access to the GitHub API, v3.
GitHub.Auth
Description
Synopsis
type Token = ByteString Source #
data Auth Source #
The Github auth data type
Constructors
token
Instances
Methods
(==) :: Auth -> Auth -> Bool #
(/=) :: Auth -> Auth -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Auth -> c Auth #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Auth #
toConstr :: Auth -> Constr #
dataTypeOf :: Auth -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Auth) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Auth) #
gmapT :: (forall b. Data b => b -> b) -> Auth -> Auth #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Auth -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Auth -> r #
gmapQ :: (forall d. Data d => d -> u) -> Auth -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Auth -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Auth -> m Auth #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Auth -> m Auth #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Auth -> m Auth #
compare :: Auth -> Auth -> Ordering #
(<) :: Auth -> Auth -> Bool #
(<=) :: Auth -> Auth -> Bool #
(>) :: Auth -> Auth -> Bool #
(>=) :: Auth -> Auth -> Bool #
max :: Auth -> Auth -> Auth #
min :: Auth -> Auth -> Auth #
showsPrec :: Int -> Auth -> ShowS #
show :: Auth -> String #
showList :: [Auth] -> ShowS #
Associated Types
type Rep Auth :: * -> * #
from :: Auth -> Rep Auth x #
to :: Rep Auth x -> Auth #
hashWithSalt :: Int -> Auth -> Int #
hash :: Auth -> Int #
put :: Auth -> Put #
get :: Get Auth #
putList :: [Auth] -> Put #
rnf :: Auth -> () #