Sha256: 25e1b582f562d636eb86e588aba430480bee60cef25aab37feb2aa5d9b396844
Contents?: true
Size: 838 Bytes
Versions: 8
Compression:
Stored size: 838 Bytes
Contents
# VeloPayments::ValidatePasswordResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **score** | **Integer** | More secure passwords are given a higher score. <P> For a password to be acceptable for use in Velo, it must score at least 3 | [optional] **valid** | **Boolean** | if true then the password can be accepted | [optional] **warning** | **String** | Any warning message as a reason for the given score. | [optional] **suggestions** | **Array<String>** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::ValidatePasswordResponse.new(score: 2, valid: null, warning: Historic Password, suggestions: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems