authentication.php
Версия 1.10 (checked in on 2006/10/26 at 15:25:00 by jvandyk)
These hooks are defined by authentication modules, modules that define ways users can log on using accounts from other sites and servers.
A module intending to allow authentication should implement all of these hooks. See the contributed jabber.module for an example.
Authentication hooks are typically called by user.module using
module_invoke()
.
Функции
Имя | Описание |
---|---|
hook_auth | Проверяет аутентификацию пользователя. |
hook_info | Declare authentication scheme information. |