Amazon Cognito · JSON Structure

Cognito Idp Explicit Auth Flows Type Structure

ExplicitAuthFlowsType schema from Amazon Cognito

Type: string Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ExplicitAuthFlowsType 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 ↑
{
  "type": "string",
  "enum": [
    "ADMIN_NO_SRP_AUTH",
    "CUSTOM_AUTH_FLOW_ONLY",
    "USER_PASSWORD_AUTH",
    "ALLOW_ADMIN_USER_PASSWORD_AUTH",
    "ALLOW_CUSTOM_AUTH",
    "ALLOW_USER_PASSWORD_AUTH",
    "ALLOW_USER_SRP_AUTH",
    "ALLOW_REFRESH_TOKEN_AUTH"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-explicit-auth-flows-type-structure.json",
  "name": "ExplicitAuthFlowsType",
  "description": "ExplicitAuthFlowsType schema from Amazon Cognito"
}