AuthUpdateAttributeStep
public enum AuthUpdateAttributeStep
Step for Auth.updateUserAttribute api call
-
Next step is to confirm the attribute with confirmation code.
Invoke Auth.confirm(userAttribute: …) to confirm the attribute that was updated.
AuthCodeDeliveryDetails
provides the details to which the confirmation code was send andAdditionalInfo
will provide more details if present.Declaration
Swift
case confirmAttributeWithCode(AuthCodeDeliveryDetails, AdditionalInfo?)
-
Update Attribute step is
done
when the update attribute flow is complete.Declaration
Swift
case done