Authentication Mode Properties
data class AuthenticationModeProperties(val passwords: List<String>? = null, val type: UserAuthenticationModePropertiesType? = null)
Constructors
Link copied to clipboard
fun AuthenticationModeProperties(passwords: List<String>? = null, type: UserAuthenticationModePropertiesType? = null)