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.
Implements
IMessagePasswordLeakVerification, IEquatablePasswordLeakVerification, IDeepCloneablePasswordLeakVerification, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Beta1Assembly
Google.Cloud.RecaptchaEnterprise.V1Beta1.dll
Constructors
PasswordLeakVerification()
public PasswordLeakVerification()
PasswordLeakVerification(PasswordLeakVerification)
public PasswordLeakVerification(PasswordLeakVerification other)
Parameter | |
---|---|
Name | Description |
other | PasswordLeakVerification |
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 | |
---|---|
Type | Description |
string |
CredentialsLeaked
public bool CredentialsLeaked { get; set; }
Output only. Whether or not the user's credentials are present in a known leak.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |