Class OpenID::AX::FetchResponse
In: lib/openid/extensions/ax.rb
Parent: KeyValueMessage

A fetch_response attribute exchange message

Methods

Attributes

aliases  [RW]  Use the aliases variable to manually add alias names in the response. They‘ll be returned to the client in the format:
  openid.ax.type.email=http://openid.net/schema/contact/internet/email
  openid.ax.value.email=guy@example.com
update_url  [R] 

Public Class methods

Construct a FetchResponse object from an OpenID library SuccessResponse object.

Public Instance methods

Serialize this object into arguments in the attribute exchange namespace Takes an optional FetchRequest. If specified, the response will be validated against this request, and empty responses for requested fields with no data will be sent.

[Validate]