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

Contents

Description

Reset password for a user.

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

Synopsis

REST Resource

type RelyingPartyResetPasswordResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("resetPassword" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyResetPasswordRequest :> Post '[JSON] ResetPasswordResponse))))) Source #

A resource alias for identitytoolkit.relyingparty.resetPassword method which the RelyingPartyResetPassword request conforms to.

Creating a Request

relyingPartyResetPassword Source #

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

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

data RelyingPartyResetPassword Source #

Reset password for a user.

See: relyingPartyResetPassword smart constructor.

Instances

Eq RelyingPartyResetPassword Source # 
Data RelyingPartyResetPassword Source # 

Methods

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

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

toConstr :: RelyingPartyResetPassword -> Constr #

dataTypeOf :: RelyingPartyResetPassword -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses