API  4.0
Home
MyWinMed API Documentation
Ehr.Api.Controllers.LoginController Class Reference

Controller that initially authorizes and validates credentials .

Public Member Functions

ServerResponse Login ()
 PlaceHolder method once the credentials have been authorized Must include authorization Header. Example below: var auth = base64.encode(user.userName + ':' + user.passWord); $http.defaults.headers.common['Authorization'] = 'Basic ' + auth;
 

Detailed Description

Controller that initially authorizes and validates credentials

Member Function Documentation

◆ Login()

ServerResponse Ehr.Api.Controllers.LoginController.Login ( )

PlaceHolder method once the credentials have been authorized Must include authorization Header. Example below: var auth = base64.encode(user.userName + ':' + user.passWord); $http.defaults.headers.common['Authorization'] = 'Basic ' + auth;

Returns
ServerResponse