extra['i']; } /** * Sets the IP address used to login the user * @param string $ip The IP address used to login the user. * @return $this */ public function setIPAddress(string $ip): self { $this->extra['i'] = $ip; return $this; } }