public sealed class AccountVerificationInfo : IMessage<AccountVerificationInfo>, IEquatable<AccountVerificationInfo>, IDeepCloneable<AccountVerificationInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AccountVerificationInfo.
Information about account verification, used for identity verification.
Implements
IMessage<AccountVerificationInfo>, IEquatable<AccountVerificationInfo>, IDeepCloneable<AccountVerificationInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
AccountVerificationInfo()
public AccountVerificationInfo()AccountVerificationInfo(AccountVerificationInfo)
public AccountVerificationInfo(AccountVerificationInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
AccountVerificationInfo |
Properties
Endpoints
public RepeatedField<EndpointVerificationInfo> Endpoints { get; }Endpoints that can be used for identity verification.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<EndpointVerificationInfo> |
|
LanguageCode
public string LanguageCode { get; set; }Language code preference for the verification message, set as a IETF BCP 47 language code.
| Property Value | |
|---|---|
| Type | Description |
String |
|
LatestVerificationResult
public AccountVerificationInfo.Types.Result LatestVerificationResult { get; set; }Output only. Result of the latest account verification challenge.
| Property Value | |
|---|---|
| Type | Description |
AccountVerificationInfo.Types.Result |
|
Username
[Obsolete]
public string Username { get; set; }Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event.
| Property Value | |
|---|---|
| Type | Description |
String |
|