gogol-oauth2-0.0.1: Google OAuth2 SDK.

Copyright(c) 2015 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.