AuthCodeDeliveryDetails class Auth

Details on where a confirmation code has been delivered.

Mixed in types
Annotations
  • @zAmplifySerializable

Constructors

AuthCodeDeliveryDetails({required DeliveryMedium deliveryMedium, String? destination, AuthUserAttributeKey? attributeKey})
Details on where a confirmation code has been delivered.
const
AuthCodeDeliveryDetails.fromJson(Map<String, Object?> json)
Details on where a confirmation code has been delivered.
factory

Properties

attributeKey AuthUserAttributeKey?
If a user attribute update is underway, this is the key of the attribute being updated.
final
attributeName String?
If a user attribute update is underway, this is the name of the attribute being updated.
no setter
deliveryMedium DeliveryMedium
The type of destination, to which the confirmation code was delivered.
final
destination String?
Where the confirmation code was delivered.
final
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The type's equatable properties.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypeName String
The string value of runtimeType, saving a runtime lookup and preventing obfuscation during web compilation.
no setteroverride

Methods

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

Operators

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