gogol-identity-toolkit-0.3.0: Google Identity Toolkit 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.IdentityToolkit.RelyingParty.GetRecaptchaParam

Contents

Description

Get recaptcha secure param.

See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.getRecaptchaParam.

Synopsis

REST Resource

type RelyingPartyGetRecaptchaParamResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("getRecaptchaParam" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetRecaptchaParamResponse)))) Source #

A resource alias for identitytoolkit.relyingparty.getRecaptchaParam method which the RelyingPartyGetRecaptchaParam request conforms to.

Creating a Request

relyingPartyGetRecaptchaParam :: RelyingPartyGetRecaptchaParam Source #

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

data RelyingPartyGetRecaptchaParam Source #

Get recaptcha secure param.

See: relyingPartyGetRecaptchaParam smart constructor.

Instances

Eq RelyingPartyGetRecaptchaParam Source # 
Data RelyingPartyGetRecaptchaParam Source # 

Methods

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

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

toConstr :: RelyingPartyGetRecaptchaParam -> Constr #

dataTypeOf :: RelyingPartyGetRecaptchaParam -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartyGetRecaptchaParam Source # 
Generic RelyingPartyGetRecaptchaParam Source # 
GoogleRequest RelyingPartyGetRecaptchaParam Source # 
type Rep RelyingPartyGetRecaptchaParam Source # 
type Rep RelyingPartyGetRecaptchaParam = D1 (MetaData "RelyingPartyGetRecaptchaParam" "Network.Google.Resource.IdentityToolkit.RelyingParty.GetRecaptchaParam" "gogol-identity-toolkit-0.3.0-FdP6AsTlcRBKm1SMoHm6va" False) (C1 (MetaCons "RelyingPartyGetRecaptchaParam'" PrefixI False) U1)
type Scopes RelyingPartyGetRecaptchaParam Source # 
type Scopes RelyingPartyGetRecaptchaParam = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs RelyingPartyGetRecaptchaParam Source #