TYPO3 CMS  TYPO3_6-2
Auth_OpenID_PlainTextConsumerSession Class Reference

Public Member Functions

 getRequest ()
 
 extractSecret ($response)
 

Public Attributes

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

Detailed Description

Definition at line 528 of file Consumer.php.

Member Function Documentation

◆ extractSecret()

Auth_OpenID_PlainTextConsumerSession::extractSecret (   $response)

Definition at line 537 of file Consumer.php.

References Auth_OpenID_OPENID_NS.

◆ getRequest()

Auth_OpenID_PlainTextConsumerSession::getRequest ( )

Definition at line 532 of file Consumer.php.

Member Data Documentation

◆ $allowed_assoc_types

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

Definition at line 530 of file Consumer.php.

◆ $session_type

Auth_OpenID_PlainTextConsumerSession::$session_type = 'no-encryption'

Definition at line 529 of file Consumer.php.