public sealed class PhoneAuthenticationEvent : IMessage<PhoneAuthenticationEvent>, IEquatable<PhoneAuthenticationEvent>, IDeepCloneable<PhoneAuthenticationEvent>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class PhoneAuthenticationEvent.
Details on a phone authentication event
Implements
IMessagePhoneAuthenticationEvent, IEquatablePhoneAuthenticationEvent, IDeepCloneablePhoneAuthenticationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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 |
|