//MetaPhrase/com.github.diegoberaldin.feature.main.settings.dialog.login.presentation/LoginComponent/Intent/SetPassword
SetPassword
[jvm]
data class SetPassword(val value: String) : LoginComponent.Intent
Set password.
Constructors
| SetPassword | [jvm] constructor(value: String) Create SetPassword |
Properties
| Name | Summary |
|---|---|
| value | [jvm] val value: String password value |