gogol-identity-toolkit-0.4.0: Google Identity Toolkit SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

Contents

Description

Get a code for user action confirmation.

See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.getOobConfirmationCode.

Synopsis

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
Eq RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

Data RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RelyingPartyGetOOBConfirmationCode -> c RelyingPartyGetOOBConfirmationCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RelyingPartyGetOOBConfirmationCode #

toConstr :: RelyingPartyGetOOBConfirmationCode -> Constr #

dataTypeOf :: RelyingPartyGetOOBConfirmationCode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RelyingPartyGetOOBConfirmationCode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RelyingPartyGetOOBConfirmationCode) #

gmapT :: (forall b. Data b => b -> b) -> RelyingPartyGetOOBConfirmationCode -> RelyingPartyGetOOBConfirmationCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RelyingPartyGetOOBConfirmationCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RelyingPartyGetOOBConfirmationCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> RelyingPartyGetOOBConfirmationCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RelyingPartyGetOOBConfirmationCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RelyingPartyGetOOBConfirmationCode -> m RelyingPartyGetOOBConfirmationCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RelyingPartyGetOOBConfirmationCode -> m RelyingPartyGetOOBConfirmationCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RelyingPartyGetOOBConfirmationCode -> m RelyingPartyGetOOBConfirmationCode #

Show RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

Generic RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

Associated Types

type Rep RelyingPartyGetOOBConfirmationCode :: Type -> Type #

GoogleRequest RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

type Rep RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

type Rep RelyingPartyGetOOBConfirmationCode = D1 (MetaData "RelyingPartyGetOOBConfirmationCode" "Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode" "gogol-identity-toolkit-0.4.0-GXaeIAea45ECec4b233MRf" True) (C1 (MetaCons "RelyingPartyGetOOBConfirmationCode'" PrefixI True) (S1 (MetaSel (Just "_rpgoobccPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 RelyingParty)))
type Scopes RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

type Scopes RelyingPartyGetOOBConfirmationCode = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs RelyingPartyGetOOBConfirmationCode Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetOOBConfirmationCode

Request Lenses