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 |
See: Google OAuth2 API Reference for oauth2.getCertForOpenIdConnect
.
Synopsis
- type GetCertForOpenIdConnectMethod = "oauth2" :> ("v2" :> ("certs" :> (QueryParam "alt" AltJSON :> Get '[JSON] JWK)))
- getCertForOpenIdConnect :: GetCertForOpenIdConnect
- data GetCertForOpenIdConnect
REST Resource
type GetCertForOpenIdConnectMethod = "oauth2" :> ("v2" :> ("certs" :> (QueryParam "alt" AltJSON :> Get '[JSON] JWK))) Source #
A resource alias for oauth2.getCertForOpenIdConnect
method which the
GetCertForOpenIdConnect
request conforms to.
Creating a Request
getCertForOpenIdConnect :: GetCertForOpenIdConnect Source #
Creates a value of GetCertForOpenIdConnect
with the minimum fields required to make a request.
data GetCertForOpenIdConnect Source #