Password
---types---
account.password#957b50fb has_recovery:flags.0?true has_secure_values:flags.1?true has_password:flags.2?true current_algo:flags.2?PasswordKdfAlgo srp_B:flags.2?bytes srp_id:flags.2?long hint:flags.3?string email_unconfirmed_pattern:flags.4?string new_algo:PasswordKdfAlgo new_secure_algo:SecurePasswordKdfAlgo secure_random:bytes pending_reset_date:flags.5?int login_email_pattern:flags.6?string = account.Password
Copy use statement
Belongs to
In Rust this constructor is a variant of the enums::account.Password enum.
Match on it with: if let enums::account.Password::Password(v) = result { ... }
Parameters