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.
Encodes this error's response as a URL suitable for redirection. If the response has no return_to, another Auth_OpenID_ServerError is returned.
Returns the return_to URL for the request which caused this error.
void toFormMarkup(
[
$form_tag_attrs = null]
)
|
|
Parameters:
void toHTML(
[
$form_tag_attrs = null]
)
|
|
Parameters:
Returns this error message.
Redefined in descendants as:
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.