Class WSKAuthenticateRequest

Description

This class encloses the necessary elements to perform an Authenticate operation Message sent when authenticating users using based on their individual LexisNexis ID and password.

  • example: example not found

Located in /wsk/WSKAuthenticateRequest.class.php (line 7)


	
			
Variable Summary
string $authId
string $namespace
string $password
Method Summary
WSKAuthenticateRequest __construct ([string $authId = null], [string $password = null], [string $namespace = null])
Variables
string $authId (line 12)

The LexisNexis ID to be validated.

  • access: public
string $namespace (line 24)

The namespace associated with this LexisNexis ID. A namespace is not required for most markets and applications. If it is needed, it was provided when this subscription was set up.

  • access: public
string $password (line 18)

The password associated with this ID.

  • access: public
Methods
Constructor __construct (line 32)

Constructs an Authenticate objects

  • access: public
WSKAuthenticateRequest __construct ([string $authId = null], [string $password = null], [string $namespace = null])
  • string $authId: The LexisNexis ID to be validated.
  • string $password: The password associated with this ID.
  • string $namespace: The namespace associated with this LexisNexis ID. A namespace is not required for most markets and applications. If it is needed, it was provided when this subscription was set up.

Documentation generated on Thu, 10 Dec 2009 15:22:25 +0100 by phpDocumentor 1.4.1