ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
interface.ilAuthProviderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
interface
ilAuthProviderInterface
22
{
23
public
function
doAuthentication
(
ilAuthStatus
$status): bool;
24
}
ilAuthStatus
ilAuthProviderInterface\doAuthentication
doAuthentication(ilAuthStatus $status)
ilAuthProviderInterface
Definition:
interface.ilAuthProviderInterface.php:21
components
ILIAS
Authentication
interfaces
interface.ilAuthProviderInterface.php
Generated on Sun Aug 31 2025 23:02:08 for ILIAS by
1.8.13 (using
Doxyfile
)