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
@JsonKey(), final
autoVerifyEmail → bool
@JsonKey(), final
autoVerifyPhone → bool
@JsonKey(), final
claimsOverrideDetails AwsClaimOverrideDetails
@JsonKey(), final
desiredDeliveryMediums → List<String>
@JsonKey(), final
emailMessage → String
@JsonKey(), final
emailSubject → String
@JsonKey(), final
finalUserStatus → String
@JsonKey(), final
forceAliasCreation → bool
@JsonKey(), final
messageAction → String
@JsonKey(), final
smsMessage → String
@JsonKey(), final
userAttributes → Map<String, String>
@JsonKey(), final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toJson() → Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited