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_hashString (readonly)

Returns:

  • (String)


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

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

#password_hash_typeWorkOS::Types::CreateUserPasswordHashType (readonly)



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

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