gogol-shopping-content-0.4.0: Google Content API for Shopping SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Content.Accounts.AuthInfo

Contents

Description

Returns information about the authenticated user.

See: Content API for Shopping Reference for content.accounts.authinfo.

Synopsis

REST Resource

type AccountsAuthInfoResource = "content" :> ("v2.1" :> ("accounts" :> ("authinfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountsAuthInfoResponse)))) Source #

A resource alias for content.accounts.authinfo method which the AccountsAuthInfo request conforms to.

Creating a Request

accountsAuthInfo :: AccountsAuthInfo Source #

Creates a value of AccountsAuthInfo with the minimum fields required to make a request.

data AccountsAuthInfo Source #

Returns information about the authenticated user.

See: accountsAuthInfo smart constructor.

Instances
Eq AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo

Data AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo

Methods

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

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

toConstr :: AccountsAuthInfo -> Constr #

dataTypeOf :: AccountsAuthInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo

Generic AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo

Associated Types

type Rep AccountsAuthInfo :: Type -> Type #

GoogleRequest AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo

Associated Types

type Rs AccountsAuthInfo :: Type #

type Scopes AccountsAuthInfo :: [Symbol] #

type Rep AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo

type Rep AccountsAuthInfo = D1 (MetaData "AccountsAuthInfo" "Network.Google.Resource.Content.Accounts.AuthInfo" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" False) (C1 (MetaCons "AccountsAuthInfo'" PrefixI False) (U1 :: Type -> Type))
type Scopes AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo

type Scopes AccountsAuthInfo = "https://www.googleapis.com/auth/content" ': ([] :: [Symbol])
type Rs AccountsAuthInfo Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounts.AuthInfo