Class: Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Information about a verification endpoint that can be used for 2FA.
Instance Attribute Summary collapse
-
#email_address ⇒ ::String
Email address for which to trigger a verification request.
-
#last_verification_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#phone_number ⇒ ::String
Phone number for which to trigger a verification request.
-
#request_token ⇒ ::String
readonly
Output only.
Instance Attribute Details
#email_address ⇒ ::String
Returns Email address for which to trigger a verification request.
300 301 302 303 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 300 class EndpointVerificationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_verification_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp of the last successful verification for the endpoint, if any.
300 301 302 303 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 300 class EndpointVerificationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_number ⇒ ::String
Returns Phone number for which to trigger a verification request. Should be given in E.164 format.
300 301 302 303 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 300 class EndpointVerificationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_token ⇒ ::String (readonly)
Returns Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
300 301 302 303 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 300 class EndpointVerificationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |