%PDF- %PDF-
| Direktori : /proc/thread-self/root/www/varak.net/nextcloud.varak.net/apps/app_api/lib/Attribute/ |
| Current File : //proc/thread-self/root/www/varak.net/nextcloud.varak.net/apps/app_api/lib/Attribute/AppAPIAuth.php |
<?php
declare(strict_types=1);
namespace OCA\AppAPI\Attribute;
use Attribute;
/**
* Attribute for controller methods that requires AppAPI authentication.
*
* @since 27.1.0
*/
#[Attribute]
class AppAPIAuth {
}