ResetPassword

data class ResetPassword(value: String, temporary: Boolean, type: String)

Properties

temporary
Link copied to clipboard
val temporary: Boolean = false
type
Link copied to clipboard
val type: String
value
Link copied to clipboard
val value: String