| 
Public Member Functions | 
|  | answer ($secret) | 
| 
Static Public Member Functions | 
| static | fromMessage ($unused_request) | 
Detailed Description
Definition at line 430 of file Server.php.
 Member Function Documentation
      
        
          | Auth_OpenID_PlainTextServerSession::answer | ( |  | $secret | ) |  | 
      
 
Definition at line 444 of file Server.php.
    {
        return array('mac_key' => base64_encode($secret));
    }
 
 
  
  | 
        
          | static Auth_OpenID_PlainTextServerSession::fromMessage | ( |  | $unused_request | ) |  |  | static | 
 
 
Field Documentation
      
        
          | Auth_OpenID_PlainTextServerSession::$allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256') | 
      
 
 
      
        
          | Auth_OpenID_PlainTextServerSession::$needs_math = false | 
      
 
 
      
        
          | 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: