public sealed class Event : IMessage<Event>, IEquatable<Event>, IDeepCloneable<Event>, IBufferMessage, IMessage
Namespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
Event()
public Event()
Event(Event)
public Event(Event other)
Parameter | |
---|---|
Name | Description |
other | Event |
Properties
ExpectedAction
public string ExpectedAction { get; set; }
Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
Property Value | |
---|---|
Type | Description |
String |
SiteKey
public string SiteKey { get; set; }
Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
Property Value | |
---|---|
Type | Description |
String |
Token
public string Token { get; set; }
Optional. The user response token provided by the reCAPTCHA client-side integration on your site.
Property Value | |
---|---|
Type | Description |
String |
UserAgent
public string UserAgent { get; set; }
Optional. The user agent present in the request from the user's device related to this event.
Property Value | |
---|---|
Type | Description |
String |
UserIpAddress
public string UserIpAddress { get; set; }
Optional. The IP address in the request from the user's device related to this event.
Property Value | |
---|---|
Type | Description |
String |