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.SendVerificationCode

Contents

Description

Send SMS verification code.

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

Synopsis

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

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

Data RelyingPartySendVerificationCode Source # 
Instance details

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

Methods

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

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

toConstr :: RelyingPartySendVerificationCode -> Constr #

dataTypeOf :: RelyingPartySendVerificationCode -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartySendVerificationCode Source # 
Instance details

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

Generic RelyingPartySendVerificationCode Source # 
Instance details

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

Associated Types

type Rep RelyingPartySendVerificationCode :: Type -> Type #

GoogleRequest RelyingPartySendVerificationCode Source # 
Instance details

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

type Rep RelyingPartySendVerificationCode Source # 
Instance details

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

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

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

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

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

Request Lenses