AwsCognitoResponse constructor
const
AwsCognitoResponse({bool autoConfirmUser, bool autoVerifyEmail, bool autoVerifyPhone, AwsClaimOverrideDetails claimsOverrideDetails, Map<String, String> userAttributes, String finalUserStatus List<String> desiredDeliveryMediums, bool forceAliasCreation, String messageAction String smsMessage String emailMessage 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});