Google Cloud reCAPTCHA Enterprise v1beta1 API - Class PasswordLeakVerification (2.0.0-beta06)

public sealed class PasswordLeakVerification : IMessage<PasswordLeakVerification>, IEquatable<PasswordLeakVerification>, IDeepCloneable<PasswordLeakVerification>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 API class PasswordLeakVerification.

Password leak verification info.

Inheritance

object > PasswordLeakVerification

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

PasswordLeakVerification()

public PasswordLeakVerification()

PasswordLeakVerification(PasswordLeakVerification)

public PasswordLeakVerification(PasswordLeakVerification other)
Parameter
NameDescription
otherPasswordLeakVerification

Properties

CanonicalizedUsername

public string CanonicalizedUsername { get; set; }

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.

Property Value
TypeDescription
string

CredentialsLeaked

public bool CredentialsLeaked { get; set; }

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

Property Value
TypeDescription
bool

HashedUserCredentials

public ByteString HashedUserCredentials { get; set; }

Optional. Scrypt hash of the username+password that the customer wants to verify against a known password leak.

Property Value
TypeDescription
ByteString