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 |
Batch upload existing user accounts.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.uploadAccount
.
Synopsis
- type RelyingPartyUploadAccountResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("uploadAccount" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyUploadAccountRequest :> Post '[JSON] UploadAccountResponse)))))
- relyingPartyUploadAccount :: IdentitytoolkitRelyingPartyUploadAccountRequest -> RelyingPartyUploadAccount
- data RelyingPartyUploadAccount
- rpuaPayload :: Lens' RelyingPartyUploadAccount IdentitytoolkitRelyingPartyUploadAccountRequest
REST Resource
type RelyingPartyUploadAccountResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("uploadAccount" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyUploadAccountRequest :> Post '[JSON] UploadAccountResponse))))) Source #
A resource alias for identitytoolkit.relyingparty.uploadAccount
method which the
RelyingPartyUploadAccount
request conforms to.
Creating a Request
relyingPartyUploadAccount Source #
Creates a value of RelyingPartyUploadAccount
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RelyingPartyUploadAccount Source #
Batch upload existing user accounts.
See: relyingPartyUploadAccount
smart constructor.
Instances
Request Lenses
rpuaPayload :: Lens' RelyingPartyUploadAccount IdentitytoolkitRelyingPartyUploadAccountRequest Source #
Multipart request metadata.