Jason S
06/07/2022, 5:21 AM0.69.7
Frank
new sst.Auth(this, "Auth", {
cognito: {
userPool: {
signInAliases: { email: true },
},
userPoolClient: {
authFlows: [
adminUserPassword: true,
custom: true,
userPassword: true,
userSrp: true,
]
},
},
});
Frank
authFlows
, here the doc https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.AuthFlow.html