Register complete
After the authenticator has generated a new credential, you need to feed back these data throught the complete endpoint.
Request
| Method | Path | Content-type | Body |
|---|---|---|---|
| POST | /register/complete | application/json | A RegisterCompleteRequest data object |
Responses
| Code | Content-type | Body |
|---|---|---|
| 200 | application/json | A SignedResponse enclosing a BlisacheResponse<RegisterCompleteResponse> |
| 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 |