Class: Google::Cloud::RecaptchaEnterprise::V1::PhoneAuthenticationEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Details on a phone authentication event

Instance Attribute Summary collapse

Instance Attribute Details

#event_time::Google::Protobuf::Timestamp

Returns Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.

Returns:



168
169
170
171
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 168

class PhoneAuthenticationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#phone_number::String

Returns Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.

Returns:

  • (::String)

    Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.



168
169
170
171
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 168

class PhoneAuthenticationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end