Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::TokenProperties.
Properties of the provided event token.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::String
Returns
- (::String) — Action name provided at token generation.
#action=
def action=(value) -> ::String
Parameter
- value (::String) — Action name provided at token generation.
Returns
- (::String) — Action name provided at token generation.
#android_package_name
def android_package_name() -> ::String
Returns
- (::String) — The name of the Android package with which the token was generated (Android keys only).
#android_package_name=
def android_package_name=(value) -> ::String
Parameter
- value (::String) — The name of the Android package with which the token was generated (Android keys only).
Returns
- (::String) — The name of the Android package with which the token was generated (Android keys only).
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp corresponding to the generation of the token.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp corresponding to the generation of the token.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp corresponding to the generation of the token.
#hostname
def hostname() -> ::String
Returns
- (::String) — The hostname of the page on which the token was generated (Web keys only).
#hostname=
def hostname=(value) -> ::String
Parameter
- value (::String) — The hostname of the page on which the token was generated (Web keys only).
Returns
- (::String) — The hostname of the page on which the token was generated (Web keys only).
#invalid_reason
def invalid_reason() -> ::Google::Cloud::RecaptchaEnterprise::V1::TokenProperties::InvalidReason
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::TokenProperties::InvalidReason) — Reason associated with the response when valid = false.
#invalid_reason=
def invalid_reason=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::TokenProperties::InvalidReason
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::TokenProperties::InvalidReason) — Reason associated with the response when valid = false.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::TokenProperties::InvalidReason) — Reason associated with the response when valid = false.
#ios_bundle_id
def ios_bundle_id() -> ::String
Returns
- (::String) — The ID of the iOS bundle with which the token was generated (iOS keys only).
#ios_bundle_id=
def ios_bundle_id=(value) -> ::String
Parameter
- value (::String) — The ID of the iOS bundle with which the token was generated (iOS keys only).
Returns
- (::String) — The ID of the iOS bundle with which the token was generated (iOS keys only).
#valid
def valid() -> ::Boolean
Returns
- (::Boolean) — Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment).
#valid=
def valid=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment).
Returns
- (::Boolean) — Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment).