Auth_OpenID_Decoder
in package
Decode an incoming query into an Auth_OpenID_Request.
Table of Contents
- $handlers : mixed
- $server : Auth_OpenID_Server
- __construct() : mixed
- Auth_OpenID_Decoder constructor.
- decode() : Auth_OpenID_ServerError|mixed
- Given an HTTP query in an array (key-value pairs), decode it into an Auth_OpenID_Request object.
- defaultDecoder() : Auth_OpenID_ServerError
Properties
$handlers
private
mixed
$handlers
= ['checkid_setup' => 'Auth_OpenID_CheckIDRequest', 'checkid_immediate' => 'Auth_OpenID_CheckIDRequest', 'check_authentication' => 'Auth_OpenID_CheckAuthRequest', 'associate' => 'Auth_OpenID_AssociateRequest']
$server
private
Auth_OpenID_Server
$server
Methods
__construct()
Auth_OpenID_Decoder constructor.
public
__construct(Auth_OpenID_Server $server) : mixed
Parameters
- $server : Auth_OpenID_Server
Return values
mixed —decode()
Given an HTTP query in an array (key-value pairs), decode it into an Auth_OpenID_Request object.
public
decode(array<string|int, mixed> $query) : Auth_OpenID_ServerError|mixed
Parameters
- $query : array<string|int, mixed>
Return values
Auth_OpenID_ServerError|mixed —defaultDecoder()
public
defaultDecoder(Auth_OpenID_Message $message) : Auth_OpenID_ServerError
Parameters
- $message : Auth_OpenID_Message