reCAPTCHA Enterprise V1 API - Class Google::Cloud::RecaptchaEnterprise::V1::AccountVerificationInfo (v0.14.1)

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

#endpoints=

def endpoints=(value) -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::EndpointVerificationInfo>
Parameter
Returns

#language_code

def language_code() -> ::String
Returns
  • (::String) — 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) — Language code preference for the verification message, set as a IETF BCP 47 language code.
Returns
  • (::String) — 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

#username

def username() -> ::String
Returns
  • (::String) — Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event.
Returns
  • (::String) — Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event.