Public Member Functions | |
authenticateOid ($sOpenId, $sReturnUrl) | |
getOidResponse ($sReturnUrl) | |
Protected Member Functions | |
_getConsumer () | |
_getResponse () | |
_getStore () |
OpenID authentication manager. Process full authentication of openid.
Definition at line 32 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 131 of file oxopenid.php.
oxOpenId.authenticateOid | ( | $ | sOpenId, | |
$ | sReturnUrl | |||
) |
OpenID authentication process.
string | $sOpenId openid url | |
string | $sReturnUrl url to return |
Definition at line 42 of file oxopenid.php.
oxOpenId.getOidResponse | ( | $ | sReturnUrl | ) |
Complete the authentication using the server's response
string | $sReturnUrl url to return |
Definition at line 74 of file oxopenid.php.