gogol-adsense-host-0.4.0: Google AdSense Host 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.AdSenseHost.AssociationSessions.Verify

Contents

Description

Verify an association session after the association callback returns from AdSense signup.

See: AdSense Host API Reference for adsensehost.associationsessions.verify.

Synopsis

REST Resource

type AssociationSessionsVerifyResource = "adsensehost" :> ("v4.1" :> ("associationsessions" :> ("verify" :> (QueryParam "token" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AssociationSession))))) Source #

A resource alias for adsensehost.associationsessions.verify method which the AssociationSessionsVerify request conforms to.

Creating a Request

associationSessionsVerify Source #

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

Use one of the following lenses to modify other fields as desired:

data AssociationSessionsVerify Source #

Verify an association session after the association callback returns from AdSense signup.

See: associationSessionsVerify smart constructor.

Instances
Eq AssociationSessionsVerify Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

Data AssociationSessionsVerify Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

Methods

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

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

toConstr :: AssociationSessionsVerify -> Constr #

dataTypeOf :: AssociationSessionsVerify -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AssociationSessionsVerify Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

Generic AssociationSessionsVerify Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

Associated Types

type Rep AssociationSessionsVerify :: Type -> Type #

GoogleRequest AssociationSessionsVerify Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

type Rep AssociationSessionsVerify Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

type Rep AssociationSessionsVerify = D1 (MetaData "AssociationSessionsVerify" "Network.Google.Resource.AdSenseHost.AssociationSessions.Verify" "gogol-adsense-host-0.4.0-9ZqQWUle4m2HKOQnxH9pTD" True) (C1 (MetaCons "AssociationSessionsVerify'" PrefixI True) (S1 (MetaSel (Just "_asvToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes AssociationSessionsVerify Source # 
Instance details

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

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

Defined in Network.Google.Resource.AdSenseHost.AssociationSessions.Verify

Request Lenses

asvToken :: Lens' AssociationSessionsVerify Text Source #

The token returned to the association callback URL.