Interface for obtaining user identity information from Veriplace.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
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.