Google Cloud reCAPTCHA Enterprise v1 API - Class EndpointVerificationInfo (2.12.0)

public sealed class EndpointVerificationInfo : IMessage<EndpointVerificationInfo>, IEquatable<EndpointVerificationInfo>, IDeepCloneable<EndpointVerificationInfo>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > EndpointVerificationInfo

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

EndpointVerificationInfo()

public EndpointVerificationInfo()

EndpointVerificationInfo(EndpointVerificationInfo)

public EndpointVerificationInfo(EndpointVerificationInfo other)
Parameter
NameDescription
otherEndpointVerificationInfo

Properties

EmailAddress

public string EmailAddress { get; set; }

Email address for which to trigger a verification request.

Property Value
TypeDescription
string

EndpointCase

public EndpointVerificationInfo.EndpointOneofCase EndpointCase { get; }
Property Value
TypeDescription
EndpointVerificationInfoEndpointOneofCase

HasEmailAddress

public bool HasEmailAddress { get; }

Gets whether the "email_address" field is set

Property Value
TypeDescription
bool

HasPhoneNumber

public bool HasPhoneNumber { get; }

Gets whether the "phone_number" field is set

Property Value
TypeDescription
bool

LastVerificationTime

public Timestamp LastVerificationTime { get; set; }

Output only. Timestamp of the last successful verification for the endpoint, if any.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string