AwsCognitoResponse class

Annotations
  • @JsonSerializable()

Constructors

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})
const
AwsCognitoResponse.fromJson(Map<String, dynamic> json)
factory

Properties

autoConfirmUser bool?
final
autoVerifyEmail bool?
final
autoVerifyPhone bool?
final
claimsOverrideDetails AwsClaimOverrideDetails?
final
desiredDeliveryMediums List<String>?
final
emailMessage String?
final
emailSubject String?
final
finalUserStatus String?
final
forceAliasCreation bool?
final
hashCode int
The hash code for this object.
no setterinherited
messageAction String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smsMessage String?
final
userAttributes Map<String, String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited