class Devise::Strategies::Authenticatable

def http_authentication_key

def http_authentication_key
  @http_authentication_key ||= mapping.to.http_authentication_key || case authentication_keys
    when Array then authentication_keys.first
    when Hash then authentication_keys.keys.first
  end
end