Variable triggerEventsConst
triggerEvents: readonly [
"createAuthChallenge",
"customMessage",
"defineAuthChallenge",
"postAuthentication",
"postConfirmation",
"preAuthentication",
"preSignUp",
"preTokenGeneration",
"userMigration",
"verifyAuthChallengeResponse",
] = ...
Supported auth trigger events. Derived from CDK UserPoolOperation, but we can't use that to get type inference because the operation names are typed as "string" rather than a string literal