public sealed class EndpointVerificationInfo : IMessage<EndpointVerificationInfo>, IEquatable<EndpointVerificationInfo>, IDeepCloneable<EndpointVerificationInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class EndpointVerificationInfo.
Information about a verification endpoint that can be used for 2FA.
Implements
IMessageEndpointVerificationInfo, IEquatableEndpointVerificationInfo, IDeepCloneableEndpointVerificationInfo, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
EndpointVerificationInfo()
public EndpointVerificationInfo()EndpointVerificationInfo(EndpointVerificationInfo)
public EndpointVerificationInfo(EndpointVerificationInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
EndpointVerificationInfo |
Properties
EmailAddress
public string EmailAddress { get; set; }Email address for which to trigger a verification request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EndpointCase
public EndpointVerificationInfo.EndpointOneofCase EndpointCase { get; }| Property Value | |
|---|---|
| Type | Description |
EndpointVerificationInfoEndpointOneofCase |
|
HasEmailAddress
public bool HasEmailAddress { get; }Gets whether the "email_address" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPhoneNumber
public bool HasPhoneNumber { get; }Gets whether the "phone_number" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LastVerificationTime
public Timestamp LastVerificationTime { get; set; }Output only. Timestamp of the last successful verification for the endpoint, if any.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
PhoneNumber
public string PhoneNumber { get; set; }Phone number for which to trigger a verification request. Should be given in E.164 format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RequestToken
public string RequestToken { get; set; }Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
| Property Value | |
|---|---|
| Type | Description |
string |
|