Flutter: Send a password reauthentication nonce (original) (raw)
This method is used together with
updateUser()
when a user's password needs to be updated.This method sends a nonce to the user's email. If the user doesn't have a confirmed email address, the method sends the nonce to the user's confirmed phone number instead.
Examples
Send reauthentication nonce
await supabase.auth.reauthenticate();