AuthRequest

fun AuthRequest(    email: String? = null,     password: String? = null,     deviceId: String? = null)