PHP Class Auth_OpenID_PlainTextServerSession

Show file Open project: openid/php-openid Class Usage Examples

Public Properties

Property Type Description
$allowed_assoc_types
$needs_math
$session_type An object that knows how to handle association requests with no session type.

Public Methods

Method Description
answer ( $secret )
fromMessage ( $unused_request )

Method Details

answer() public method

public answer ( $secret )

fromMessage() static public method

static public fromMessage ( $unused_request )

Property Details

$allowed_assoc_types public property

public $allowed_assoc_types

$needs_math public property

public $needs_math

$session_type public property

An object that knows how to handle association requests with no session type.
public $session_type