JanRain OpenID Library

Auth_OpenID_PlainTextServerSession
in package

A class implementing plaintext server sessions.

Table of Contents

$allowed_assoc_types  : mixed
$needs_math  : mixed
$session_type  : mixed
An object that knows how to handle association requests with no session type.
answer()  : mixed
fromMessage()  : mixed

Properties

$allowed_assoc_types

public mixed $allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']

$needs_math

public mixed $needs_math = \false

$session_type

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

public mixed $session_type = 'no-encryption'

Methods

answer()

public answer(mixed $secret) : mixed
Parameters
$secret : mixed
Return values
mixed

fromMessage()

public static fromMessage() : mixed
Return values
mixed

Search results