| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.Types.AuthFlowType
Description
Documentation
newtype AuthFlowType Source #
Constructors
| AuthFlowType' | |
Fields | |
Bundled Patterns
| pattern AuthFlowType_ADMIN_NO_SRP_AUTH :: AuthFlowType | |
| pattern AuthFlowType_ADMIN_USER_PASSWORD_AUTH :: AuthFlowType | |
| pattern AuthFlowType_CUSTOM_AUTH :: AuthFlowType | |
| pattern AuthFlowType_REFRESH_TOKEN :: AuthFlowType | |
| pattern AuthFlowType_REFRESH_TOKEN_AUTH :: AuthFlowType | |
| pattern AuthFlowType_USER_PASSWORD_AUTH :: AuthFlowType | |
| pattern AuthFlowType_USER_SRP_AUTH :: AuthFlowType |