export const meta = {
title: `Custom auth flow`,
description: `Learn how to customize the authentication flow with Amazon Cognito User Pools to enable custom challenge types, in addition to a password in order to verify the identity of users. `,
};
import all0 from "/src/fragments/sdk/library-callout.mdx";
import ios1 from "/src/fragments/sdk/auth/ios/custom-auth-flow.mdx";
import android2 from "/src/fragments/sdk/auth/android/custom-auth-flow.mdx";