GET api/User/LoginJwt

Obselete, use api/Auth/Login instead.

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, or a 400 Bad Request response with an error message if the login fails.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.