|
AuthenticationService
v0.2.0
|
A controller that verifies credentials and issues tokens to authenticated users. More...
Public Member Functions | |
| TokenController (Authenticator authenticator, AuthenticationConfiguration config) | |
| Creates a new instance. More... | |
| IHttpActionResult | Token () |
| The endpoint that checks credentials provided by the Authorization header and issues tokens. More... | |
A controller that verifies credentials and issues tokens to authenticated users.
| Joutsen.AuthenticationService.v2.TokenController.TokenController | ( | Authenticator | authenticator, |
| AuthenticationConfiguration | config | ||
| ) |
Creates a new instance.
| authenticator | the instance that can authenticate a user by its name and password |
| config | the external configuration of the service |
| IHttpActionResult Joutsen.AuthenticationService.v2.TokenController.Token | ( | ) |
The endpoint that checks credentials provided by the Authorization header and issues tokens.
1.8.13