| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <[email protected]> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.OAuth2.UserInfo.Get
Contents
Description
See: Google OAuth2 API Reference for oauth2.userinfo.get.
- type UserInfoGetResource = "oauth2" :> ("v2" :> ("userinfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] UserInfoplus)))
- userInfoGet :: UserInfoGet
- data UserInfoGet
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