Class: Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::User
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::User
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Details about a user's account involved in the transaction.
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Unique account identifier for this user.
-
#creation_ms ⇒ ::Integer
The epoch milliseconds of the user's account creation.
-
#email ⇒ ::String
The email address of the user.
-
#email_verified ⇒ ::Boolean
Whether the email has been verified to be accessible by the user (OTP or similar).
-
#phone_number ⇒ ::String
The phone number of the user, with country code.
-
#phone_verified ⇒ ::Boolean
Whether the phone number has been verified to be accessible by the user (OTP or similar).
Instance Attribute Details
#account_id ⇒ ::String
Returns Unique account identifier for this user. If using account defender, this should match the hashed_account_id field. Otherwise, a unique and persistent identifier for this account.
526 527 528 529 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creation_ms ⇒ ::Integer
Returns The epoch milliseconds of the user's account creation.
526 527 528 529 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
Returns The email address of the user.
526 527 528 529 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email_verified ⇒ ::Boolean
Returns Whether the email has been verified to be accessible by the user (OTP or similar).
526 527 528 529 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_number ⇒ ::String
Returns The phone number of the user, with country code.
526 527 528 529 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_verified ⇒ ::Boolean
Returns Whether the phone number has been verified to be accessible by the user (OTP or similar).
526 527 528 529 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |