class OpenID::Consumer::NoEncryptionSession

An association session that does not use encryption

Attributes

allowed_assoc_types[R]
session_type[R]

Public Instance Methods

extract_secret(response) click to toggle source
# 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
get_request() click to toggle source
# File lib/openid/consumer/associationmanager.rb, line 76
def get_request
  return {}
end