reCAPTCHA Enterprise V1beta1 API - Class Google::Cloud::RecaptchaEnterprise::V1beta1::PasswordLeakVerification (v0.13.0)

Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API class Google::Cloud::RecaptchaEnterprise::V1beta1::PasswordLeakVerification.

Password leak verification info.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#canonicalized_username

def canonicalized_username() -> ::String
Returns
  • (::String) — Optional. The username part of the user credentials for which we want to trigger a leak check in canonicalized form. This is the same data used to create the hashed_user_credentials on the customer side.

#canonicalized_username=

def canonicalized_username=(value) -> ::String
Parameter
  • value (::String) — Optional. The username part of the user credentials for which we want to trigger a leak check in canonicalized form. This is the same data used to create the hashed_user_credentials on the customer side.
Returns
  • (::String) — Optional. The username part of the user credentials for which we want to trigger a leak check in canonicalized form. This is the same data used to create the hashed_user_credentials on the customer side.

#credentials_leaked

def credentials_leaked() -> ::Boolean
Returns
  • (::Boolean) — Output only. Whether or not the user's credentials are present in a known leak.

#hashed_user_credentials

def hashed_user_credentials() -> ::String
Returns
  • (::String) — Optional. Scrypt hash of the username+password that the customer wants to verify against a known password leak.

#hashed_user_credentials=

def hashed_user_credentials=(value) -> ::String
Parameter
  • value (::String) — Optional. Scrypt hash of the username+password that the customer wants to verify against a known password leak.
Returns
  • (::String) — Optional. Scrypt hash of the username+password that the customer wants to verify against a known password leak.