Class: AccountLoginStat

Inherits:
ApplicationRecord show all
Defined in:
app/models/account_login_stat.rb

Overview

It’s important that the datetime columns on this table fit a “#name_at” pattern where the name matches one of the service_names in the SAML::User::AUTHN_CONTEXTS hash.

Constant Summary collapse

VERIFICATION_LEVELS =
%w[loa1 loa3 ial1 ial2].freeze

Method Summary

Methods inherited from ApplicationRecord

descendants_using_encryption, lockbox_options, #timestamp_attributes_for_update_in_model, #valid?