Class: WorkOS::UserManagement::PasswordHashed

Inherits:
Data
  • Object
show all
Defined in:
lib/workos/user_management.rb

Overview

Identifies the password (hashed variant).

Instance Attribute Summary collapse

Instance Attribute Details

#password_hashObject (readonly)

Returns the value of attribute password_hash

Returns:

  • (Object)

    the current value of password_hash



21
# File 'lib/workos/user_management.rb', line 21

PasswordHashed = Data.define(:password_hash, :password_hash_type)

#password_hash_typeObject (readonly)

Returns the value of attribute password_hash_type

Returns:

  • (Object)

    the current value of password_hash_type



21
# File 'lib/workos/user_management.rb', line 21

PasswordHashed = Data.define(:password_hash, :password_hash_type)