RhinoApp.UserIsLoggedIn Property

RhinoAppUserIsLoggedIn Property

Returns true if the user is logged in; else returns false. A logged in user does not guarantee that the auth tokens managed by the CloudZooManager instance are valid.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool UserIsLoggedIn { get; }
Public Shared ReadOnly Property UserIsLoggedIn As Boolean
	Get

Property Value

Type: Boolean
Version Information

Rhino for Windows

Supported in: 6.14
See Also