Identifies the user using either email or phone with an optional countryCode.
email
phone
countryCode
Future<String?> identifyUser({String? email, String? phone, String? countryCode});