reauthenticateWithPassword abstract method
Re-authenticate current user with password for sensitive operations
Required before operations like changing email, password, or deleting account
Implementation
Future<Either<AuthServiceSignInFailure, Unit>> reauthenticateWithPassword(
String password,
);