GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification class

Private password leak verification info.

Constructors

GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification({List<String>? encryptedLeakMatchPrefixes, String? encryptedUserCredentialsHash, String? lookupHashPrefix, String? reencryptedUserCredentialsHash})
GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification.fromJson(Map json_)

Properties

encryptedLeakMatchPrefixes List<String>?
List of prefixes of the encrypted potential password leaks that matched the given parameters.
getter/setter pair
encryptedUserCredentialsHash String?
Encrypted Scrypt hash of the canonicalized username+password.
getter/setter pair
encryptedUserCredentialsHashAsBytes List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lookupHashPrefix String?
Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username.
getter/setter pair
lookupHashPrefixAsBytes List<int>
getter/setter pair
reencryptedUserCredentialsHash String?
Corresponds to the re-encryption of the encrypted_user_credentials_hash field.
getter/setter pair
reencryptedUserCredentialsHashAsBytes List<int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited