Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo.
Information about a verification endpoint that can be used for 2FA.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#email_address
def email_address() -> ::String
-
(::String) — Email address for which to trigger a verification request.
Note: The following fields are mutually exclusive:
email_address
,phone_number
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#email_address=
def email_address=(value) -> ::String
-
value (::String) — Email address for which to trigger a verification request.
Note: The following fields are mutually exclusive:
email_address
,phone_number
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Email address for which to trigger a verification request.
Note: The following fields are mutually exclusive:
email_address
,phone_number
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#last_verification_time
def last_verification_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of the last successful verification for the endpoint, if any.
#phone_number
def phone_number() -> ::String
-
(::String) — Phone number for which to trigger a verification request. Should be given
in E.164 format.
Note: The following fields are mutually exclusive:
phone_number
,email_address
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#phone_number=
def phone_number=(value) -> ::String
-
value (::String) — Phone number for which to trigger a verification request. Should be given
in E.164 format.
Note: The following fields are mutually exclusive:
phone_number
,email_address
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Phone number for which to trigger a verification request. Should be given
in E.164 format.
Note: The following fields are mutually exclusive:
phone_number
,email_address
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#request_token
def request_token() -> ::String
- (::String) — Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.