GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification constructor

GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification({
  1. List<String>? encryptedLeakMatchPrefixes,
  2. String? encryptedUserCredentialsHash,
  3. String? lookupHashPrefix,
  4. String? reencryptedUserCredentialsHash,
})

Implementation

GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification({
  this.encryptedLeakMatchPrefixes,
  this.encryptedUserCredentialsHash,
  this.lookupHashPrefix,
  this.reencryptedUserCredentialsHash,
});