UserAuthenticationMode

data class UserAuthenticationMode(val passwordCount: Int? = null, val passwords: List<String>, val type: String)

Constructors

Link copied to clipboard
constructor(passwordCount: Int? = null, passwords: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val passwordCount: Int? = null

The number of passwords belonging to the user.

Link copied to clipboard

The set of passwords used for authentication. You can create up to two passwords for each user.

Link copied to clipboard

Indicates whether the user requires a password to authenticate. Must be set to password.