GetUserAuthenticationMode

data class GetUserAuthenticationMode(val passwordCount: Int, val type: String)

Constructors

Link copied to clipboard
constructor(passwordCount: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of passwords belonging to the user.

Link copied to clipboard

Whether the user requires a password to authenticate.