AwsCognitoResponse class

Annotations

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
hashCode int
The hash code for this object. [...]
read-only, inherited
messageAction String
@JsonKey(), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
smsMessage String
@JsonKey(), final
userAttributes Map<String, String>
@JsonKey(), final

Methods

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

Operators

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