Method: OryClient::IdentityWithCredentialsPasswordConfig#password
- Defined in:
- lib/ory-client/models/identity_with_credentials_password_config.rb
#password ⇒ Object
The password in plain text if no hash is available.
23 24 25 |
# File 'lib/ory-client/models/identity_with_credentials_password_config.rb', line 23 def password @password end |