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

Contents

Description

Returns the account info.

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

Synopsis

REST Resource

type RelyingPartyGetAccountInfoResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("getAccountInfo" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] IdentitytoolkitRelyingPartyGetAccountInfoRequest :> Post '[JSON] GetAccountInfoResponse))))) Source #

A resource alias for identitytoolkit.relyingparty.getAccountInfo method which the RelyingPartyGetAccountInfo request conforms to.

Creating a Request

relyingPartyGetAccountInfo Source #

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

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

data RelyingPartyGetAccountInfo Source #

Returns the account info.

See: relyingPartyGetAccountInfo smart constructor.

Instances
Eq RelyingPartyGetAccountInfo Source # 
Instance details

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

Data RelyingPartyGetAccountInfo Source # 
Instance details

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

Methods

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

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

toConstr :: RelyingPartyGetAccountInfo -> Constr #

dataTypeOf :: RelyingPartyGetAccountInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RelyingPartyGetAccountInfo Source # 
Instance details

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

Generic RelyingPartyGetAccountInfo Source # 
Instance details

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

Associated Types

type Rep RelyingPartyGetAccountInfo :: Type -> Type #

GoogleRequest RelyingPartyGetAccountInfo Source # 
Instance details

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

type Rep RelyingPartyGetAccountInfo Source # 
Instance details

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

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

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

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

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

Request Lenses