Google Cloud reCAPTCHA Enterprise v1 API - Class PhoneAuthenticationEvent (2.20.0)

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

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class PhoneAuthenticationEvent.

Details on a phone authentication event

Inheritance

object > PhoneAuthenticationEvent

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

PhoneAuthenticationEvent()

public PhoneAuthenticationEvent()

PhoneAuthenticationEvent(PhoneAuthenticationEvent)

public PhoneAuthenticationEvent(PhoneAuthenticationEvent other)
Parameter
Name Description
other PhoneAuthenticationEvent

Properties

EventTime

public Timestamp EventTime { get; set; }

Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.

Property Value
Type Description
Timestamp

PhoneNumber

public string PhoneNumber { get; set; }

Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.

Property Value
Type Description
string