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 |
Set account info for a user.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.setAccountInfo
.
Synopsis
- type RelyingPartySetAccountInfoResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("setAccountInfo" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartySetAccountInfoRequest :> Post '[JSON] SetAccountInfoResponse)))))
- relyingPartySetAccountInfo :: IdentitytoolkitRelyingPartySetAccountInfoRequest -> RelyingPartySetAccountInfo
- data RelyingPartySetAccountInfo
- rpsaiPayload :: Lens' RelyingPartySetAccountInfo IdentitytoolkitRelyingPartySetAccountInfoRequest
REST Resource
type RelyingPartySetAccountInfoResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("setAccountInfo" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartySetAccountInfoRequest :> Post '[JSON] SetAccountInfoResponse))))) Source #
A resource alias for identitytoolkit.relyingparty.setAccountInfo
method which the
RelyingPartySetAccountInfo
request conforms to.
Creating a Request
relyingPartySetAccountInfo Source #
Creates a value of RelyingPartySetAccountInfo
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RelyingPartySetAccountInfo Source #
Set account info for a user.
See: relyingPartySetAccountInfo
smart constructor.
Instances
Request Lenses
rpsaiPayload :: Lens' RelyingPartySetAccountInfo IdentitytoolkitRelyingPartySetAccountInfoRequest Source #
Multipart request metadata.