StrengthCheckParameters

data class StrengthCheckParameters(val email: String? = null, val password: String)

Data class used for wrapping parameters used with Passwords StrengthCheck endpoint

Constructors

Link copied to clipboard
constructor(email: String? = null, password: String)

Properties

Link copied to clipboard
val email: String? = null

is the account identifier for the account in the form of an Email address that you wish to use to initiate a password strength check

Link copied to clipboard

is the private sequence of characters you wish to check to get advice on improving it