Class: Google::Cloud::RecaptchaEnterprise::V1beta1::PasswordLeakVerification

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb

Overview

Password leak verification info.

Instance Attribute Summary collapse

Instance Attribute Details

#canonicalized_username::String

Returns 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.



294
295
296
297
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 294

class PasswordLeakVerification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#credentials_leaked::Boolean (readonly)

Returns Output only. Whether or not the user's credentials are present in a known leak.

Returns:

  • (::Boolean)

    Output only. Whether or not the user's credentials are present in a known leak.



294
295
296
297
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 294

class PasswordLeakVerification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#hashed_user_credentials::String

Returns 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.



294
295
296
297
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 294

class PasswordLeakVerification
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end