LambdaConfigType constructor

LambdaConfigType({
  1. String? createAuthChallenge,
  2. CustomEmailLambdaVersionConfigType? customEmailSender,
  3. String? customMessage,
  4. CustomSMSLambdaVersionConfigType? customSMSSender,
  5. String? defineAuthChallenge,
  6. String? kMSKeyID,
  7. String? postAuthentication,
  8. String? postConfirmation,
  9. String? preAuthentication,
  10. String? preSignUp,
  11. String? preTokenGeneration,
  12. String? userMigration,
  13. String? verifyAuthChallengeResponse,
})

Implementation

LambdaConfigType({
  this.createAuthChallenge,
  this.customEmailSender,
  this.customMessage,
  this.customSMSSender,
  this.defineAuthChallenge,
  this.kMSKeyID,
  this.postAuthentication,
  this.postConfirmation,
  this.preAuthentication,
  this.preSignUp,
  this.preTokenGeneration,
  this.userMigration,
  this.verifyAuthChallengeResponse,
});