Class: Perka::Model::UserCredentials

Inherits:
Flatpack::Core::BaseHasUuid
  • Object
show all
Defined in:
lib/perka/model/user_credentials.rb

Overview

A transfer object used to hold data related to account creation and maintenance.

Constant Summary collapse

PROPERTY_NAMES =
[
  :email,
  :first_name,
  :last_name,
  :new_password,
  :new_password_confirmation,
  :phone,
  :phone_confirmation_code,
  :current_password,
  :hmac,
  :user_uuid
]