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 |
Send SMS verification code.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.sendVerificationCode
.
Synopsis
- type RelyingPartySendVerificationCodeResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("sendVerificationCode" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartySendVerificationCodeRequest :> Post '[JSON] IdentitytoolkitRelyingPartySendVerificationCodeResponse)))))
- relyingPartySendVerificationCode :: IdentitytoolkitRelyingPartySendVerificationCodeRequest -> RelyingPartySendVerificationCode
- data RelyingPartySendVerificationCode
- rpsvcPayload :: Lens' RelyingPartySendVerificationCode IdentitytoolkitRelyingPartySendVerificationCodeRequest
REST Resource
type RelyingPartySendVerificationCodeResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("sendVerificationCode" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartySendVerificationCodeRequest :> Post '[JSON] IdentitytoolkitRelyingPartySendVerificationCodeResponse))))) Source #
A resource alias for identitytoolkit.relyingparty.sendVerificationCode
method which the
RelyingPartySendVerificationCode
request conforms to.
Creating a Request
relyingPartySendVerificationCode Source #
Creates a value of RelyingPartySendVerificationCode
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RelyingPartySendVerificationCode Source #
Send SMS verification code.
See: relyingPartySendVerificationCode
smart constructor.
Instances
Request Lenses
rpsvcPayload :: Lens' RelyingPartySendVerificationCode IdentitytoolkitRelyingPartySendVerificationCodeRequest Source #
Multipart request metadata.