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 |
Get recaptcha secure param.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.getRecaptchaParam
.
Synopsis
- type RelyingPartyGetRecaptchaParamResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("getRecaptchaParam" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetRecaptchaParamResponse))))
- relyingPartyGetRecaptchaParam :: RelyingPartyGetRecaptchaParam
- data RelyingPartyGetRecaptchaParam
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.