Interface protos.google.cloud.recaptchaenterprise.v1.ITokenProperties (2.1.7)

Properties of a TokenProperties.

Package

@google-cloud/recaptcha-enterprise!

Properties

action

action?: (string|null);

TokenProperties action

Property Value
TypeDescription
(string|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

TokenProperties createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

hostname

hostname?: (string|null);

TokenProperties hostname

Property Value
TypeDescription
(string|null)

invalidReason

invalidReason?: (google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason|keyof typeof google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason|null);

TokenProperties invalidReason

Property Value
TypeDescription
(google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason|keyof typeof google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason|null)

valid

valid?: (boolean|null);

TokenProperties valid

Property Value
TypeDescription
(boolean|null)