| @@ -407,8 +407,17 @@ | ||
| 407 | 407 | */ |
| 408 | 408 | private $course_embed; |
| 409 | 409 | |
| 410 | 410 | /** |
| 411 | + * Rest Authentication | |
| 412 | + * | |
| 413 | + * @var $rest_auth | |
| 414 | + * | |
| 415 | + * @since 2.1.0 | |
| 416 | + */ | |
| 417 | + private $rest_auth; | |
| 418 | + | |
| 419 | + /** | |
| 411 | 420 | * Run the TUTOR |
| 412 | 421 | * |
| 413 | 422 | * @since 1.2.0 |
| 414 | 423 | * |
| @@ -514,8 +523,9 @@ | ||
| 514 | 523 | $this->withdraw_list = new Withdraw_Requests_List(); |
| 515 | 524 | $this->student_list = new Students_List(); |
| 516 | 525 | $this->instructor_list = new Instructors_List(); |
| 517 | 526 | $this->course_embed = new Course_Embed(); |
| 527 | + $this->rest_auth = new RestAuth(); | |
| 518 | 528 | |
| 519 | 529 | /** |
| 520 | 530 | * Run Method |
| 521 | 531 | * |