GET api/Auth/Login
Authenticates a user by processing the login request with Basic Authentication.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
An representing the result of the login attempt. Returns a 200 OK response with a token if the login is successful, a 400 Bad Request if the credentials are invalid, or a 400 Bad Request with an error response if an exception occurs.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.