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
IMessageAccountVerificationInfo, IEquatableAccountVerificationInfo, IDeepCloneableAccountVerificationInfo, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
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 |
RepeatedFieldEndpointVerificationInfo |
|
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 |
AccountVerificationInfoTypesResult |
|
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 |
|