Class: LWS::Auth::User

Inherits:
Generic::Model show all
Defined in:
lib/lws/apps/auth.rb

Overview

The user class

This class is a nested/associated class of Account or Token only! It cannot be accessed directly.

Instance Attribute Summary collapse

Instance Attribute Details

#accountAccount



509
# File 'lib/lws/apps/auth.rb', line 509

belongs_to :account

#account_idFixnum



513
# File 'lib/lws/apps/auth.rb', line 513

attribute :account_id

#auth_providerString



517
# File 'lib/lws/apps/auth.rb', line 517

attribute :auth_provider

#created_atString (readonly)



551
# File 'lib/lws/apps/auth.rb', line 551

attribute :created_at

#emailString



521
# File 'lib/lws/apps/auth.rb', line 521

attribute :email

#idFixnum (readonly)



505
# File 'lib/lws/apps/auth.rb', line 505

attribute :id

#mfa_enabledBoolean



526
# File 'lib/lws/apps/auth.rb', line 526

attribute :mfa_enabled

#mfa_verifiedBoolean



531
# File 'lib/lws/apps/auth.rb', line 531

attribute :mfa_verified

#oauth_expires_atString?



536
# File 'lib/lws/apps/auth.rb', line 536

attribute :oauth_expires_at

#password_digestString?



542
# File 'lib/lws/apps/auth.rb', line 542

attribute :password_digest

#updated_atString (readonly)



555
# File 'lib/lws/apps/auth.rb', line 555

attribute :updated_at

#use_for_communicationBoolean



547
# File 'lib/lws/apps/auth.rb', line 547

attribute :use_for_communication