gogol-identity-toolkit-0.4.0: Google Identity Toolkit SDK.

Copyright(c) 2015-2016 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.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

Contents

Description

Get token signing public key.

See: Google Identity Toolkit API Reference for identitytoolkit.relyingparty.getPublicKeys.

Synopsis

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.

Instances
Eq RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

Data RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RelyingPartyGetPublicKeys -> c RelyingPartyGetPublicKeys #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RelyingPartyGetPublicKeys #

toConstr :: RelyingPartyGetPublicKeys -> Constr #

dataTypeOf :: RelyingPartyGetPublicKeys -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RelyingPartyGetPublicKeys) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RelyingPartyGetPublicKeys) #

gmapT :: (forall b. Data b => b -> b) -> RelyingPartyGetPublicKeys -> RelyingPartyGetPublicKeys #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RelyingPartyGetPublicKeys -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RelyingPartyGetPublicKeys -> r #

gmapQ :: (forall d. Data d => d -> u) -> RelyingPartyGetPublicKeys -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RelyingPartyGetPublicKeys -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RelyingPartyGetPublicKeys -> m RelyingPartyGetPublicKeys #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RelyingPartyGetPublicKeys -> m RelyingPartyGetPublicKeys #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RelyingPartyGetPublicKeys -> m RelyingPartyGetPublicKeys #

Show RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

Generic RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

Associated Types

type Rep RelyingPartyGetPublicKeys :: Type -> Type #

GoogleRequest RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

type Rep RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

type Rep RelyingPartyGetPublicKeys = D1 (MetaData "RelyingPartyGetPublicKeys" "Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys" "gogol-identity-toolkit-0.4.0-GXaeIAea45ECec4b233MRf" False) (C1 (MetaCons "RelyingPartyGetPublicKeys'" PrefixI False) (U1 :: Type -> Type))
type Scopes RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys

type Scopes RelyingPartyGetPublicKeys = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs RelyingPartyGetPublicKeys Source # 
Instance details

Defined in Network.Google.Resource.IdentityToolkit.RelyingParty.GetPublicKeys