Class | OpenID::AX::FetchResponse |
In: |
lib/openid/extensions/ax.rb
|
Parent: | KeyValueMessage |
A fetch_response attribute exchange message
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] |
Construct a FetchResponse object from an OpenID library SuccessResponse object.
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.