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