Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::AccountVerificationInfo.
Information about account verification, used for identity verification.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#endpoints
def endpoints() -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo>
Returns
- (::Array<::Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo>) — Optional. Endpoints that can be used for identity verification.
#endpoints=
def endpoints=(value) -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo>
Parameter
- value (::Array<::Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo>) — Optional. Endpoints that can be used for identity verification.
Returns
- (::Array<::Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo>) — Optional. Endpoints that can be used for identity verification.
#language_code
def language_code() -> ::String
Returns
- (::String) — Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::String) — Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.
Returns
- (::String) — Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.
#latest_verification_result
def latest_verification_result() -> ::Google::Cloud::RecaptchaEnterprise::V1::AccountVerificationInfo::Result
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::AccountVerificationInfo::Result) — Output only. Result of the latest account verification challenge.
#username
def username() -> ::String
Returns
-
(::String) — Username of the account that is being verified. Deprecated. Customers
should now provide the
account_id
field inevent.user_info
.
#username=
def username=(value) -> ::String
Parameter
-
value (::String) — Username of the account that is being verified. Deprecated. Customers
should now provide the
account_id
field inevent.user_info
.
Returns
-
(::String) — Username of the account that is being verified. Deprecated. Customers
should now provide the
account_id
field inevent.user_info
.