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

Contents

Description

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

Synopsis

REST Resource

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

A resource alias for oauth2.userinfo.get method which the UserInfoGet request conforms to.

Creating a Request

userInfoGet :: UserInfoGet Source #

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

data UserInfoGet Source #

Instances

Eq UserInfoGet Source # 
Data UserInfoGet Source # 

Methods

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

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

toConstr :: UserInfoGet -> Constr #

dataTypeOf :: UserInfoGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show UserInfoGet Source # 
Generic UserInfoGet Source # 

Associated Types

type Rep UserInfoGet :: * -> * #

GoogleRequest UserInfoGet Source # 

Associated Types

type Rs UserInfoGet :: * #

type Scopes UserInfoGet :: [Symbol] #

type Rep UserInfoGet Source # 
type Rep UserInfoGet = D1 (MetaData "UserInfoGet" "Network.Google.Resource.OAuth2.UserInfo.Get" "gogol-oauth2-0.3.0-GDMVgrRlUR69VSGih87chN" False) (C1 (MetaCons "UserInfoGet'" PrefixI False) U1)
type Scopes UserInfoGet Source # 
type Scopes UserInfoGet = (:) 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 UserInfoGet Source #