Specifies whether the Veriplace server is allowed to prompt the end user to log in or to grant location permission.

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

Syntax

C#
public bool UserInteractionAllowed { get; set; }
Visual Basic (Declaration)
Public Property UserInteractionAllowed As Boolean
Visual C++
public:
property bool UserInteractionAllowed {
	bool get ();
	void set (bool value);
}

Remarks

By default, this is true. If you set the property to false, then user discovery or location requests may still redirect silently to the Veriplace server (because OAuth authentication requires this), but if the server does not already know the user's identity or if the user has not already granted permission, the request will immediately fail.

See Also