gogol-identity-toolkit-0.1.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.SetAccountInfo

Contents

Description

Set account info for a user.

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

Synopsis

REST Resource

type RelyingPartySetAccountInfoResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("setAccountInfo" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartySetAccountInfoRequest :> Post '[JSON] SetAccountInfoResponse))))) Source #

A resource alias for identitytoolkit.relyingparty.setAccountInfo method which the RelyingPartySetAccountInfo request conforms to.

Creating a Request

relyingPartySetAccountInfo Source #

Creates a value of RelyingPartySetAccountInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data RelyingPartySetAccountInfo Source #

Set account info for a user.

See: relyingPartySetAccountInfo smart constructor.

Instances

Eq RelyingPartySetAccountInfo Source # 
Data RelyingPartySetAccountInfo Source # 

Methods

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

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

toConstr :: RelyingPartySetAccountInfo -> Constr #

dataTypeOf :: RelyingPartySetAccountInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartySetAccountInfo Source # 
Generic RelyingPartySetAccountInfo Source # 
GoogleRequest RelyingPartySetAccountInfo Source # 
type Rep RelyingPartySetAccountInfo Source # 
type Rep RelyingPartySetAccountInfo = D1 (MetaData "RelyingPartySetAccountInfo" "Network.Google.Resource.IdentityToolkit.RelyingParty.SetAccountInfo" "gogol-identity-toolkit-0.1.0-DMElJlED5eVASwpZGWkle7" True) (C1 (MetaCons "RelyingPartySetAccountInfo'" PrefixI True) (S1 (MetaSel (Just Symbol "_rpsaiPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 IdentitytoolkitRelyingPartySetAccountInfoRequest)))
type Scopes RelyingPartySetAccountInfo Source # 
type Rs RelyingPartySetAccountInfo Source # 

Request Lenses