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

Number of passwords belonging to the user if type is set to password.

Link copied to clipboard

Type of authentication configured.