class Devise::Strategies::Authenticatable

def authentication_keys

def authentication_keys
  @authentication_keys ||= mapping.to.authentication_keys
end