3 declare(strict_types=1);
46 abstract public function getAuthName(
int $a_auth_id): string;
60 abstract public function isAuthActive(
int $a_auth_id): bool;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
isAuthActive(int $a_auth_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAuthName(int $a_auth_id)
getMultipleAuthModeOptions(int $a_auth_id)
isExternalAccountNameRequired(int $a_auth_id)
Does your AuthProvider needs "ext_account"? return true, false otherwise.
getProvider(ilAuthCredentials $credentials, string $a_auth_id)