Class Veriplace_UserDiscoveryParameters

Description

Information you can provide to identify a user non-interactively.

This consists of one of the following:

  • Mobile number: For North American mobile numbers, this must contain 10 decimal digits, optionally prefixed by "1" or "+1"; all other non-digit characters are ignored, so "4155551212", "+14155551212", and "(415) 555-1212" are all equivalent.
  • Email address: This must be the email address the user specified when creating a Veriplace account. Not all Veriplace users have an email address on file.
  • OpenID identifier: This will work only if the user has specified an OpenID identity on veriplace.com, by selecting "Use OpenID" under Account Settings.

Located in /Veriplace/Types.php (line 675)


	
			
Variable Summary
 string $email
 string $openId
 string $phone
Method Summary
 static void byEmail ( $email)
 static void byOpenId ( $openId)
 static void byPhone ( $phone)
 boolean isSpecified ()
 void toString ()
Variables
string $email (line 686)

Set this property to locate a user by email.

  • access: public
string $openId (line 691)

Set this property to locate a user by OpenID.

  • access: public
string $phone (line 681)

Set this property to locate a user by phone number.

  • access: public
Methods
static byEmail (line 699)
  • access: public
static void byEmail ( $email)
  • $email
static byOpenId (line 705)
  • access: public
static void byOpenId ( $openId)
  • $openId
static byPhone (line 693)
  • access: public
static void byPhone ( $phone)
  • $phone
isSpecified (line 714)
  • access: public
boolean isSpecified ()
toString (line 720)
  • access: public
void toString ()

Documentation generated on Sun, 29 Aug 2010 04:08:40 -0700 by phpDocumentor 1.4.1