public function getConfigure(ThreeStepAdmin $threeStepAdmin)
 {
     // turn of / off three step security
     // number of minutes allowed without activity
     // disable bypass of three step system - created to enable set up
     // set/edit encryption seed
     $arrConfigInfo = $threeStepAdmin->getConfigInfo($client_id);
     $data = $threeStepAdmin->getDataArrayConfig($arrConfigInfo, $threeStepAdmin->getConfigDropDownOptions(), $this->arr_logged_in_user);
     return view('three_step_admin/configure')->with('data', $data);
 }