Codeigniter CSRF Token Ajax

 $csrfName = $this->security->get_csrf_token_name();
 $csrfHash = $this->security->get_csrf_hash();
Victorious Vulture