Authenticate complete
After the authenticator has retreived the desired credential, you need to feed back these data throught the complete endpoint.
Request
| Method | Path | Content-type | Body |
|---|---|---|---|
| POST | /authenticate/complete | application/json | A AuthenticateCompleteRequest data object |
Responses
| Code | Content-type | Body |
|---|---|---|
| 200 | application/json | A SignedResponse enclosing a BlisacheResponse<AuthenticateCompleteResponse> |
| 400 | application/json | A SignedResponse enclosing a BlisacheErrorResponse signaling an error in the input data |
| 422 | application/json | A SignedResponse enclosing a BlisacheErrorResponse signaling a functional error |
| 500 | application/json | A SignedResponse enclosing a BlisacheErrorResponse signaling an internal server error |