Click or drag to resize
LoginController Class

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

Primary controller responsible for user authentication.
Inheritance Hierarchy
SystemObject
  ApiController
    AbstractBiomeController
      WebServiceKit.ControllersLoginController

Namespace: WebServiceKit.Controllers
Assembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LoginController : AbstractBiomeController

The LoginController type exposes the following members.

Constructors
  NameDescription
Public methodLoginController
Initializes a new instance of the LoginController class
Top
Methods
  NameDescription
Public methodCode exampleGet
Authenticates and returns a server-side session token guid.
Top
Remarks
Route: api/login/*
See Also