gogol-oauth2-0.3.0: Google OAuth2 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.OAuth2.UserInfo.V2.Me.Get

Contents

Description

See: Google OAuth2 API Reference for oauth2.userinfo.v2.me.get.

Synopsis

REST Resource

type UserInfoV2MeGetResource = "userinfo" :> ("v2" :> ("me" :> (QueryParam "alt" AltJSON :> Get '[JSON] UserInfoplus))) Source #

A resource alias for oauth2.userinfo.v2.me.get method which the UserInfoV2MeGet request conforms to.

Creating a Request

userInfoV2MeGet :: UserInfoV2MeGet Source #

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

data UserInfoV2MeGet Source #

Instances

Eq UserInfoV2MeGet Source # 
Data UserInfoV2MeGet Source # 

Methods

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

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

toConstr :: UserInfoV2MeGet -> Constr #

dataTypeOf :: UserInfoV2MeGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UserInfoV2MeGet Source # 
Generic UserInfoV2MeGet Source # 
GoogleRequest UserInfoV2MeGet Source # 
type Rep UserInfoV2MeGet Source # 
type Rep UserInfoV2MeGet = D1 (MetaData "UserInfoV2MeGet" "Network.Google.Resource.OAuth2.UserInfo.V2.Me.Get" "gogol-oauth2-0.3.0-GDMVgrRlUR69VSGih87chN" False) (C1 (MetaCons "UserInfoV2MeGet'" PrefixI False) U1)
type Scopes UserInfoV2MeGet Source # 
type Scopes UserInfoV2MeGet = (:) Symbol "https://www.googleapis.com/auth/plus.login" ((:) Symbol "https://www.googleapis.com/auth/plus.me" ((:) Symbol "https://www.googleapis.com/auth/userinfo.email" ((:) Symbol "https://www.googleapis.com/auth/userinfo.profile" ([] Symbol))))
type Rs UserInfoV2MeGet Source #