update
suspend fun SignUp.update(updateParams: SignUp.SignUpUpdateParams): ClerkResult<SignUp, ClerkErrorResponse>
The update method is used to update the sign-up process with new information. This can be used to add additional fields to the sign-up process, such as a phone number or an email address.
This method allows you to modify an existing sign-up by providing new or updated field values. Any fields not included in the update parameters will remain unchanged.
Return
A ClerkResult containing either the updated SignUp object or a ClerkErrorResponse if the update failed.
Parameters
updateParams
The parameters for updating the sign-up. This includes the fields to be updated.