Method: Spid::Sso::Response#attributes

Defined in:
lib/spid/sso/response.rb

#attributesObject



42
43
44
45
46
# File 'lib/spid/sso/response.rb', line 42

def attributes
  raw_attributes.each_with_object({}) do |(key, value), acc|
    acc[normalize_key(key)] = value
  end
end