View Source Lightning.Accounts.UserTOTP (Lightning v2.10.4)
User Time based OTPs schema
Summary
Types
@type t() :: %Lightning.Accounts.UserTOTP{ __meta__: term(), code: String.t() | nil, id: Ecto.UUID.t() | nil, inserted_at: term(), secret: String.t() | nil, updated_at: term(), user: Lightning.Accounts.User.t() | Ecto.Association.NotLoaded.t() | nil, user_id: term() }