| 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 |
Network.Google.Resource.IdentityToolkit.RelyingParty.VerifyPassword
Description
Verifies the user entered password.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.verifyPassword.
Synopsis
- type RelyingPartyVerifyPasswordResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("verifyPassword" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyVerifyPasswordRequest :> Post '[JSON] VerifyPasswordResponse)))))
- relyingPartyVerifyPassword :: IdentitytoolkitRelyingPartyVerifyPasswordRequest -> RelyingPartyVerifyPassword
- data RelyingPartyVerifyPassword
- rpvpPayload :: Lens' RelyingPartyVerifyPassword IdentitytoolkitRelyingPartyVerifyPasswordRequest
REST Resource
type RelyingPartyVerifyPasswordResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("verifyPassword" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyVerifyPasswordRequest :> Post '[JSON] VerifyPasswordResponse))))) Source #
A resource alias for identitytoolkit.relyingparty.verifyPassword method which the
RelyingPartyVerifyPassword request conforms to.
Creating a Request
relyingPartyVerifyPassword Source #
Creates a value of RelyingPartyVerifyPassword with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RelyingPartyVerifyPassword Source #
Verifies the user entered password.
See: relyingPartyVerifyPassword smart constructor.
Instances
Request Lenses
rpvpPayload :: Lens' RelyingPartyVerifyPassword IdentitytoolkitRelyingPartyVerifyPasswordRequest Source #
Multipart request metadata.