JanRain OpenID Library

Auth_OpenID_DiffieHellmanSHA1ConsumerSession
in package

A class implementing HMAC/DH-SHA1 consumer sessions.

Table of Contents

$allowed_assoc_types  : mixed
$hash_func  : mixed
$secret_size  : mixed
$session_type  : mixed
$dh  : Auth_OpenID_DiffieHellman
__construct()  : mixed
extractSecret()  : null|string
getRequest()  : mixed

Properties

$allowed_assoc_types

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

$hash_func

public mixed $hash_func = 'Auth_OpenID_SHA1'

$secret_size

public mixed $secret_size = 20

$session_type

public mixed $session_type = 'DH-SHA1'

Methods

__construct()

public __construct([mixed $dh = null ]) : mixed
Parameters
$dh : mixed = null
Return values
mixed

getRequest()

public getRequest() : mixed
Return values
mixed

Search results