Interface for obtaining a user's location 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 GetLocationAPI : AsyncCapableAPI<LocationRequestStatus>
Visual Basic (Declaration)
Public Class GetLocationAPI _
	Inherits AsyncCapableAPI(Of LocationRequestStatus)
Visual C++
public ref class GetLocationAPI : public AsyncCapableAPI<LocationRequestStatus^>

Remarks

User location can only be obtained by referencing a valid Veriplace User. Users can be identified using the UserDiscoveryAPI.

An OAuth Access Token is required to obtain a User's location, which may be retrieved by redirecting the User Agent to Veriplace as part of the OAuth user authorization process. Access Tokens may be cached.

Inheritance Hierarchy

System..::.Object
  Veriplace.Client..::.API
    Veriplace.Client..::.AsyncCapableAPI<(Of <(LocationRequestStatus>)>)
      Veriplace.Client..::.GetLocationAPI

See Also