Amazon Cognito · JSON Structure

User Pools Auth Flow Type Structure

AuthFlowType schema from Amazon Cognito API

Type: string Properties: 0
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

AuthFlowType is a JSON Structure definition published by Amazon Cognito. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-auth-flow-type-structure.json",
  "name": "AuthFlowType",
  "description": "AuthFlowType schema from Amazon Cognito API",
  "type": "string",
  "enum": [
    "USER_SRP_AUTH",
    "REFRESH_TOKEN_AUTH",
    "REFRESH_TOKEN",
    "CUSTOM_AUTH",
    "ADMIN_NO_SRP_AUTH",
    "USER_PASSWORD_AUTH",
    "ADMIN_USER_PASSWORD_AUTH"
  ]
}