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 a code for user action confirmation.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.getOobConfirmationCode
.
Synopsis
- type RelyingPartyGetOOBConfirmationCodeResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("getOobConfirmationCode" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RelyingParty :> Post '[JSON] GetOOBConfirmationCodeResponse)))))
- relyingPartyGetOOBConfirmationCode :: RelyingParty -> RelyingPartyGetOOBConfirmationCode
- data RelyingPartyGetOOBConfirmationCode
- rpgoobccPayload :: Lens' RelyingPartyGetOOBConfirmationCode RelyingParty
REST Resource
type RelyingPartyGetOOBConfirmationCodeResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("getOobConfirmationCode" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] RelyingParty :> Post '[JSON] GetOOBConfirmationCodeResponse))))) Source #
A resource alias for identitytoolkit.relyingparty.getOobConfirmationCode
method which the
RelyingPartyGetOOBConfirmationCode
request conforms to.
Creating a Request
relyingPartyGetOOBConfirmationCode Source #
Creates a value of RelyingPartyGetOOBConfirmationCode
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RelyingPartyGetOOBConfirmationCode Source #
Get a code for user action confirmation.
See: relyingPartyGetOOBConfirmationCode
smart constructor.
Instances
Request Lenses
rpgoobccPayload :: Lens' RelyingPartyGetOOBConfirmationCode RelyingParty Source #
Multipart request metadata.