Class Auth_OpenID_ServerError
An error class which gets instantiated and returned whenever an OpenID protocol error occurs. Be prepared to use this in place of an ordinary server response.
Direct known subclasses
Auth_OpenID_MalformedReturnURL, Auth_OpenID_MalformedTrustRoot, Auth_OpenID_NoReturnToError, Auth_OpenID_UntrustedReturnURL
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
|
|
public
|
|
public
|
|
public
|
#
encodeToURL( )
Encodes this error's response as a URL suitable for redirection. If the response has no return_to, another Auth_OpenID_ServerError is returned. |
public
|
#
encodeToKVForm( )
Encodes the response to key-value form. This is a machine-readable format used to respond to messages which came directly from the consumer and not through the user-agent. See the OpenID specification. |
public
|
|
public
|
|
public
|
|
public
|
#
whichEncoding( )
Returns one of Auth_OpenID_ENCODE_URL, Auth_OpenID_ENCODE_KVFORM, or null, depending on the type of encoding expected for this error's payload. |
public
|