Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::PrivatePasswordLeakVerification.
Private password leak verification info.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#encrypted_leak_match_prefixes
def encrypted_leak_match_prefixes() -> ::Array<::String> Returns 
 -  (::Array<::String>) — Output only. List of prefixes of the encrypted potential password leaks that matched the given parameters. They must be compared with the client-side decryption prefix of 
reencrypted_user_credentials_hash 
#encrypted_user_credentials_hash
def encrypted_user_credentials_hash() -> ::String Returns 
 -  (::String) — Optional. Encrypted Scrypt hash of the canonicalized username+password. It is re-encrypted by the server and returned through 
reencrypted_user_credentials_hash. 
#encrypted_user_credentials_hash=
def encrypted_user_credentials_hash=(value) -> ::String Parameter 
 -  value (::String) — Optional. Encrypted Scrypt hash of the canonicalized username+password. It is re-encrypted by the server and returned through 
reencrypted_user_credentials_hash. 
 Returns 
 -  (::String) — Optional. Encrypted Scrypt hash of the canonicalized username+password. It is re-encrypted by the server and returned through 
reencrypted_user_credentials_hash. 
#lookup_hash_prefix
def lookup_hash_prefix() -> ::String Returns 
 - (::String) — Required. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix.
 
#lookup_hash_prefix=
def lookup_hash_prefix=(value) -> ::String Parameter 
 - value (::String) — Required. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix.
 
 Returns 
 - (::String) — Required. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix.
 
#reencrypted_user_credentials_hash
def reencrypted_user_credentials_hash() -> ::String Returns 
 -  (::String) — Output only. Corresponds to the re-encryption of the 
encrypted_user_credentials_hashfield. It is used to match potential password leaks withinencrypted_leak_match_prefixes.