Module: SyncAttrWithAuth0::Adapters::ActiveRecord

Extended by:
ActiveSupport::Concern
Includes:
Auth0Sync, Validation
Defined in:
lib/sync_attr_with_auth0/adapters/active_record.rb,
lib/sync_attr_with_auth0/adapters/active_record/auth0_sync.rb,
lib/sync_attr_with_auth0/adapters/active_record/validation.rb

Defined Under Namespace

Modules: Auth0Sync, ClassMethods, Validation

Instance Method Summary collapse

Methods included from Auth0Sync

#auth0_create_params, #auth0_saved_change_dirty?, #auth0_update_params, #create_in_auth0, #save_to_auth0, #save_to_auth0_after_create, #save_to_auth0_after_update, #sync_email_with_auth0?, #sync_password_with_auth0?, #sync_with_auth0_on_create?, #sync_with_auth0_on_update?, #update_in_auth0, #update_uid_and_picture_from_auth0

Methods included from Validation

#users_in_auth0_with_matching_email, #validate_email_with_auth0, #validate_email_with_auth0?, #validate_with_auth0?

Instance Method Details

#auth0_sync_configurationObject



45
46
47
# File 'lib/sync_attr_with_auth0/adapters/active_record.rb', line 45

def auth0_sync_configuration
  @auth0_sync_configuration ||= setup_auth0_sync_configuration
end