Class Auth_OpenID_CheckIDRequest
A request to confirm the identity of a user.
- Auth_OpenID_Request
- Auth_OpenID_CheckIDRequest
Package: OpenID
Copyright: 2005-2008 Janrain, Inc.
License: Apache
Author: JanRain, Inc. openid@janrain.com
Located at zp-extensions/federated_logon/Auth/OpenID/Server.php
Copyright: 2005-2008 Janrain, Inc.
License: Apache
Author: JanRain, Inc. openid@janrain.com
Located at zp-extensions/federated_logon/Auth/OpenID/Server.php
public static
|
|
public
|
#
Auth_OpenID_CheckIDRequest( $identity, $return_to, $trust_root = null, $immediate = false, $assoc_handle = null, $server = null, $claimed_id = null )
|
public
|
|
public
|
|
public static
|
|
public
|
|
public
|
|
public
mixed
|
#
answer( boolean $allow, string $server_url = null, string $identity = null, string $claimed_id = null )
Respond to this request. Return either an
|
public
|
|
public
|
public
string
|
$verifyReturnTo
Return-to verification callback. Default is Auth_OpenID_verifyReturnTo from TrustRoot.php. |
#
'Auth_OpenID_verifyReturnTo'
|
public
string
|
$mode
The mode of this request. |
#
"checkid_setup"
|
public
boolean
|
$immediate
Whether this request is for immediate mode. |
#
false
|
public
|
$trust_root
The trust_root value for this request. |
#
null
|
public
|
$namespace
The OpenID namespace for this request. deprecated since version 2.0.2 |