openid.module
Версия 1.19.2.6 (checked in on 2009/06/10 at 14:05:23 by goba)
Implement OpenID Relying Party support for Drupal
Функции
| Имя | Описание |
|---|---|
| openid_association | Attempt to create a shared secret with the OpenID Provider. |
| openid_association_request | |
| openid_authentication | Authenticate a user or attempt registration. |
| openid_authentication_request | |
| openid_begin | The initial step of OpenID authentication responsible for the following: Perform discovery on the claimed OpenID. If possible, create an association with the Provider's endpoint. Create the authentication request. Perform the appropriate redirect. |
| openid_complete | Completes OpenID authentication by validating returned data from the OpenID Provider. |
| openid_discovery | Perform discovery on a claimed ID to determine the OpenID provider endpoint. |
| openid_form_alter | Implementation of hook_form_alter : adds OpenID login to the login forms. |
| openid_help | Реализация hook_help(). |
| openid_login_validate | Login form _validate hook |
| openid_menu | Реализация hook_menu. |
| openid_user | Реализация hook_user(). |
| openid_verify_assertion | Attempt to verify the response received from the OpenID Provider. |
