

Definition at line 31 of file oxopenid.php.
Public Member Functions | |
| authenticateOid ($sOpenId, $sReturnUrl) | |
| getOidResponse ($sReturnUrl) | |
Protected Member Functions | |
| _getConsumer () | |
| _getResponse () | |
| _getStore () | |
| oxOpenId.authenticateOid | ( | $ | sOpenId, | |
| $ | sReturnUrl | |||
| ) |
OpenID authentication process.
| string | $sOpenId openid url | |
| string | $sReturnUrl url to return |
Definition at line 41 of file oxopenid.php.
| oxOpenId.getOidResponse | ( | $ | sReturnUrl | ) |
Complete the authentication using the server's response
| string | $sReturnUrl url to return |
Definition at line 73 of file oxopenid.php.
| oxOpenId._getConsumer | ( | ) | [protected] |
| oxOpenId._getResponse | ( | ) | [protected] |
| oxOpenId._getStore | ( | ) | [protected] |
Where will store OpenID information. You should change this class if you want to store info in database.
Definition at line 130 of file oxopenid.php.
1.5.5