19declare(strict_types=1);
isAuthActive(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)
getAuthName(int $a_auth_id)
getMultipleAuthModeOptions(int $a_auth_id)
Interface of auth credentials.
Standard interface for auth provider implementations.