reCAPTCHA Enterprise V1 API - Class Google::Cloud::RecaptchaEnterprise::V1::UserId (v0.21.0)

Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::UserId.

An identifier associated with a user.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#email

def email() -> ::String
Returns
  • (::String) — Optional. An email address.

#email=

def email=(value) -> ::String
Parameter
  • value (::String) — Optional. An email address.
Returns
  • (::String) — Optional. An email address.

#phone_number

def phone_number() -> ::String
Returns
  • (::String) — Optional. A phone number. Should use the E.164 format.

#phone_number=

def phone_number=(value) -> ::String
Parameter
  • value (::String) — Optional. A phone number. Should use the E.164 format.
Returns
  • (::String) — Optional. A phone number. Should use the E.164 format.

#username

def username() -> ::String
Returns
  • (::String) — Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.
Returns
  • (::String) — Optional. A unique username, if different from all the other identifiers and account_id that are provided. Can be a unique login handle or display name for a user.