Returns:
120 121 122 123
# File 'lib/entrance/model.rb', line 120 def from_remote_auth? send(::Entrance.fields.auth_provider).present? \ && send(::Entrance.fields.auth_uid).present? end