[This is preliminary documentation and is subject to change.]
Primary controller responsible for user authentication.
Inheritance Hierarchy
Namespace: WebServiceKit.ControllersAssembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class LoginController : AbstractBiomeController
Public Class LoginController
Inherits AbstractBiomeController
public ref class LoginController : public AbstractBiomeController
type LoginController =
class
inherit AbstractBiomeController
endThe LoginController type exposes the following members.
Constructors
Methods|
| Name | Description |
|---|
  | Get |
Authenticates and returns a server-side session token guid.
|
Top
Remarks
Route: api/login/*
See Also