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 |
Get token signing public key.
See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.getPublicKeys
.
Synopsis
- type RelyingPartyGetPublicKeysResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("publicKeys" :> (QueryParam "alt" AltJSON :> Get '[JSON] IdentitytoolkitRelyingPartyGetPublicKeysResponse))))
- relyingPartyGetPublicKeys :: RelyingPartyGetPublicKeys
- data RelyingPartyGetPublicKeys
REST Resource
type RelyingPartyGetPublicKeysResource = "identitytoolkit" :> ("v3" :> ("relyingparty" :> ("publicKeys" :> (QueryParam "alt" AltJSON :> Get '[JSON] IdentitytoolkitRelyingPartyGetPublicKeysResponse)))) Source #
A resource alias for identitytoolkit.relyingparty.getPublicKeys
method which the
RelyingPartyGetPublicKeys
request conforms to.
Creating a Request
relyingPartyGetPublicKeys :: RelyingPartyGetPublicKeys Source #
Creates a value of RelyingPartyGetPublicKeys
with the minimum fields required to make a request.
data RelyingPartyGetPublicKeys Source #
Get token signing public key.
See: relyingPartyGetPublicKeys
smart constructor.