| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.AdSenseHost.AssociationSessions.Verify
Description
Verify an association session after the association callback returns from AdSense signup.
See: AdSense Host API Reference for adsensehost.associationsessions.verify.
Synopsis
- type AssociationSessionsVerifyResource = "adsensehost" :> ("v4.1" :> ("associationsessions" :> ("verify" :> (QueryParam "token" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AssociationSession)))))
- associationSessionsVerify :: Text -> AssociationSessionsVerify
- data AssociationSessionsVerify
- asvToken :: Lens' AssociationSessionsVerify Text
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 #
Arguments
| :: Text | |
| -> AssociationSessionsVerify |
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.