ResendUserAttributeConfirmationCodeResult constructor

ResendUserAttributeConfirmationCodeResult({
  1. required AuthCodeDeliveryDetails codeDeliveryDetails,
})

Wraps the result of a resend user confirmation code operation.

Implementation

ResendUserAttributeConfirmationCodeResult({
  required this.codeDeliveryDetails,
});