GET api/Auth/LoginJwt
Authenticates a user using a JWT (JSON Web Token) provided in the Authorization header.
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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.