Definition at line 430 of file Server.php.
◆ answer()
Auth_OpenID_PlainTextServerSession::answer |
( |
|
$secret | ) |
|
Definition at line 444 of file Server.php.
446 return array(
'mac_key' => base64_encode($secret));
◆ fromMessage()
static Auth_OpenID_PlainTextServerSession::fromMessage |
( |
|
$unused_request | ) |
|
|
static |
◆ $allowed_assoc_types
Auth_OpenID_PlainTextServerSession::$allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256') |
◆ $needs_math
Auth_OpenID_PlainTextServerSession::$needs_math = false |
◆ $session_type
Auth_OpenID_PlainTextServerSession::$session_type = 'no-encryption' |
An object that knows how to handle association requests with no session type.
Definition at line 435 of file Server.php.
The documentation for this class was generated from the following file: