TYPO3 API  SVNRelease
Public Member Functions | Public Attributes
Auth_OpenID_PlainTextServerSession Class Reference

List of all members.

Public Member Functions

 fromMessage ($unused_request)
 answer ($secret)

Public Attributes

 $session_type = 'no-encryption'
 $needs_math = false
 $allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256')

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.

Auth_OpenID_PlainTextServerSession::fromMessage ( unused_request)

Definition at line 439 of file Server.php.


Member Data Documentation

Auth_OpenID_PlainTextServerSession::$allowed_assoc_types = array('HMAC-SHA1', 'HMAC-SHA256')

Definition at line 437 of file Server.php.

Auth_OpenID_PlainTextServerSession::$needs_math = false

Definition at line 436 of file Server.php.

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: