SessionLoginType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes types of session login

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum SessionLoginType
Members

  Member nameValueDescription
Unspecified0 Not known
Human1 A human user has entered/supplied/provided the credentials
Robot2 A robot/computer/process/API caller
See Also