amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Description

 

Documentation

newtype OAuthFlowType Source #

Constructors

OAuthFlowType' 

Instances

Instances details
FromJSON OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

FromJSONKey OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToJSON OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToJSONKey OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToByteString OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToHeader OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToLog OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToQuery OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

FromText OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToText OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Methods

toText :: OAuthFlowType -> Text #

FromXML OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

ToXML OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Methods

toXML :: OAuthFlowType -> XML #

Generic OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Associated Types

type Rep OAuthFlowType :: Type -> Type #

Read OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Show OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

NFData OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Methods

rnf :: OAuthFlowType -> () #

Eq OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Ord OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

Hashable OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

type Rep OAuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.OAuthFlowType

type Rep OAuthFlowType = D1 ('MetaData "OAuthFlowType" "Amazonka.CognitoIdentityProvider.Types.OAuthFlowType" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'True) (C1 ('MetaCons "OAuthFlowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOAuthFlowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))