10 lines
227 B
PHP
10 lines
227 B
PHP
<?php
|
|
|
|
/**
|
|
* Tao Authorization service ensures a test-taker is authorized
|
|
* to start and/or resume a test
|
|
*
|
|
* By default implemented by AuthorizationAggregator
|
|
* allowing multiple AuthorizationProviders to be verified
|
|
*/
|