| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| 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))) #
A resource alias for oauth2.userinfo.get method which the
UserInfoGet request conforms to.
Creating a Request
Creates a value of UserInfoGet with the minimum fields required to make a request.
data UserInfoGet #
Instances
| Eq UserInfoGet # | |
| Data UserInfoGet # | |
| Show UserInfoGet # | |
| Generic UserInfoGet # | |
| GoogleRequest UserInfoGet # | |
| type Rep UserInfoGet # | |
| type Scopes UserInfoGet # | |
| type Rs UserInfoGet # | |