Interface protos.google.cloud.recaptchaenterprise.v1beta1.IEvent (2.3.0)

Properties of an Event.

Package

@google-cloud/recaptcha-enterprise

Properties

expectedAction

expectedAction?: (string|null);

Event expectedAction

Property Value
TypeDescription
(string|null)

siteKey

siteKey?: (string|null);

Event siteKey

Property Value
TypeDescription
(string|null)

token

token?: (string|null);

Event token

Property Value
TypeDescription
(string|null)

userAgent

userAgent?: (string|null);

Event userAgent

Property Value
TypeDescription
(string|null)

userIpAddress

userIpAddress?: (string|null);

Event userIpAddress

Property Value
TypeDescription
(string|null)