AwsCognitoResponse constructor

const AwsCognitoResponse(
  1. {bool autoConfirmUser,
  2. bool autoVerifyEmail,
  3. bool autoVerifyPhone,
  4. AwsClaimOverrideDetails claimsOverrideDetails,
  5. Map<String, String> userAttributes,
  6. String finalUserStatus,
  7. List<String> desiredDeliveryMediums,
  8. bool forceAliasCreation,
  9. String messageAction,
  10. String smsMessage,
  11. String emailMessage,
  12. String emailSubject}
)

Implementation

const AwsCognitoResponse(
    {this.autoConfirmUser,
    this.autoVerifyEmail,
    this.autoVerifyPhone,
    this.claimsOverrideDetails,
    this.userAttributes,
    this.finalUserStatus,
    this.desiredDeliveryMediums,
    this.forceAliasCreation,
    this.messageAction,
    this.smsMessage,
    this.emailMessage,
    this.emailSubject});