Class: WorkOS::UserManagement::PasswordHashed
- Inherits:
-
Data
- Object
- Data
- WorkOS::UserManagement::PasswordHashed
- Defined in:
- lib/workos/user_management.rb
Overview
Identifies the password (hashed variant).
Instance Attribute Summary collapse
-
#password_hash ⇒ Object
readonly
Returns the value of attribute password_hash.
-
#password_hash_type ⇒ Object
readonly
Returns the value of attribute password_hash_type.
Instance Attribute Details
#password_hash ⇒ Object (readonly)
Returns the value of attribute password_hash
21 |
# File 'lib/workos/user_management.rb', line 21 PasswordHashed = Data.define(:password_hash, :password_hash_type) |
#password_hash_type ⇒ Object (readonly)
Returns the value of attribute password_hash_type
21 |
# File 'lib/workos/user_management.rb', line 21 PasswordHashed = Data.define(:password_hash, :password_hash_type) |