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
Returns
- (::String) — Email address for which to trigger a verification request.
#email_address=
def email_address=(value) -> ::String
Parameter
- value (::String) — Email address for which to trigger a verification request.
Returns
- (::String) — Email address for which to trigger a verification request.
#last_verification_time
def last_verification_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of the last successful verification for the endpoint, if any.
#phone_number
def phone_number() -> ::String
Returns
- (::String) — Phone number for which to trigger a verification request. Should be given in E.164 format.
#phone_number=
def phone_number=(value) -> ::String
Parameter
- value (::String) — Phone number for which to trigger a verification request. Should be given in E.164 format.
Returns
- (::String) — Phone number for which to trigger a verification request. Should be given in E.164 format.
#request_token
def request_token() -> ::String
Returns
- (::String) — Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.