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

Contents

Description

Delete user account.

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

Synopsis

REST Resource

type RelyingPartyDeleteAccountResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("deleteAccount" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyDeleteAccountRequest :> Post '[JSON] DeleteAccountResponse))))) Source #

A resource alias for identitytoolkit.relyingparty.deleteAccount method which the RelyingPartyDeleteAccount request conforms to.

Creating a Request

relyingPartyDeleteAccount Source #

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

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

data RelyingPartyDeleteAccount Source #

Delete user account.

See: relyingPartyDeleteAccount smart constructor.

Instances

Eq RelyingPartyDeleteAccount Source # 
Data RelyingPartyDeleteAccount Source # 

Methods

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

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

toConstr :: RelyingPartyDeleteAccount -> Constr #

dataTypeOf :: RelyingPartyDeleteAccount -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses