Amazon Cognito · Schema

AuthFlowType

AuthFlowType schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity
View JSON Schema on GitHub

JSON Schema

user-pools-auth-flow-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-auth-flow-type-schema.json",
  "title": "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"
  ]
}