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 ⇒ String readonly
- #password_hash_type ⇒ WorkOS::Types::CreateUserPasswordHashType readonly
Instance Attribute Details
#password_hash ⇒ String (readonly)
21 |
# File 'lib/workos/user_management.rb', line 21 PasswordHashed = Data.define(:password_hash, :password_hash_type) |
#password_hash_type ⇒ WorkOS::Types::CreateUserPasswordHashType (readonly)
21 |
# File 'lib/workos/user_management.rb', line 21 PasswordHashed = Data.define(:password_hash, :password_hash_type) |