StrengthCheckParameters

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

Data class used for wrapping parameters used with Passwords StrengthCheck endpoint

Parameters

email

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

password

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

Constructors

Link copied to clipboard
fun StrengthCheckParameters(email: String?, password: String)

Properties

Link copied to clipboard
val email: String?
Link copied to clipboard
val password: String