User Authentication Mode
data class UserAuthenticationMode(val passwordCount: Int? = null, val passwords: List<String>? = null, val type: String)
Constructors
Link copied to clipboard
fun UserAuthenticationMode(passwordCount: Int? = null, passwords: List<String>? = null, type: String)