public sealed class AccountVerificationInfo : IMessage<AccountVerificationInfo>, IEquatable<AccountVerificationInfo>, IDeepCloneable<AccountVerificationInfo>, IBufferMessage, IMessage
Reference 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
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; }
Optional. Endpoints that can be used for identity verification.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEndpointVerificationInfo |
LanguageCode
public string LanguageCode { get; set; }
Optional. 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 account_id
field in event.user_info
.
Property Value | |
---|---|
Type | Description |
string |