class Devise::ParameterSanitizer

def extract_auth_keys(klass)

def extract_auth_keys(klass)
  auth_keys = klass.authentication_keys
  auth_keys.respond_to?(:keys) ? auth_keys.keys : auth_keys
end