GetUserAuthenticationMode

data class GetUserAuthenticationMode(val passwordCount: Int? = null, val type: String? = null) : ConvertibleToJava<GetUserAuthenticationMode>

Constructors

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

Properties

Link copied to clipboard
val passwordCount: Int? = null
Link copied to clipboard
val type: String? = null

Functions

Link copied to clipboard
open override fun toJava(): GetUserAuthenticationMode