PasswordRuleResult

data class PasswordRuleResult(val description: String, val isFulfilled: Boolean)(source)

Represents the result of a PasswordRule, when applied to a password.

Parameters

description

The description of the rule.

isFulfilled

Whether the rule is fulfilled.

Constructors

Link copied to clipboard
constructor(description: String, isFulfilled: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard