Interface for obtaining user identity information from Veriplace.

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public class UserDiscoveryAPI : API
Visual Basic (Declaration)
Public Class UserDiscoveryAPI _
	Inherits API
Visual C++
public ref class UserDiscoveryAPI : public API

Remarks

User identity can be obtained in one of two ways:

  • Using some known personally identifiable information, such as an email address;
  • Using User Agent redirection to get the current user to identify themselves.

Both requests use OAuth; in the former case, the application-specific Access Token (see ApplicationToken) is used to sign the protected resource request, whereas in the latter case, a successful redirect results in Veriplace issuing a one-time Access Token.

Inheritance Hierarchy

System..::.Object
  Veriplace.Client..::.API
    Veriplace.Client..::.UserDiscoveryAPI

See Also