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.Method.OAuth2.TokenInfo

Contents

Description

See: Google OAuth2 API Reference for oauth2.tokeninfo.

Synopsis

REST Resource

type TokenInfoMethod = "oauth2" :> ("v2" :> ("tokeninfo" :> (QueryParam "access_token" Text :> (QueryParam "token_handle" Text :> (QueryParam "id_token" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` TokenInfo)))))) Source

A resource alias for oauth2.tokeninfo method which the TokenInfo' request conforms to.

Creating a Request

tokenInfo' :: TokenInfo' Source

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

Use one of the following lenses to modify other fields as desired:

Request Lenses