Object
An association session that does not use encryption
# File lib/openid/consumer/associationmanager.rb, line 80 def extract_secret(response) mac_key64 = response.get_arg(OPENID_NS, 'mac_key', NO_DEFAULT) return Util.from_base64(mac_key64) end
# File lib/openid/consumer/associationmanager.rb, line 76 def get_request return {} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.