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



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

belongs_to :account

#account_idFixnum



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

attribute :account_id

#auth_providerString



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

attribute :auth_provider

#created_atString (readonly)



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

attribute :created_at

#emailString



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

attribute :email

#idFixnum (readonly)



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

attribute :id

#mfa_enabledBoolean



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

attribute :mfa_enabled

#mfa_verifiedBoolean



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

attribute :mfa_verified

#oauth_expires_atString?



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

attribute :oauth_expires_at

#password_digestString?



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

attribute :password_digest

#updated_atString (readonly)



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

attribute :updated_at

#use_for_communicationBoolean



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

attribute :use_for_communication