Frederick888 created page: home authored by Frederick Zhang's avatar Frederick Zhang
...@@ -54,8 +54,6 @@ ...@@ -54,8 +54,6 @@
* URL: `machine/auth` * URL: `machine/auth`
#### Step 0
* Request * Request
| Parameter | Type | Description | | Parameter | Type | Description |
...@@ -67,21 +65,4 @@ ...@@ -67,21 +65,4 @@
| Parameter | Type | Description | | Parameter | Type | Description |
| ----- | ----- | ----- | | ----- | ----- | ----- |
| encrypted | string | encrypted text for the client to decrypt | | nfc_pass | base64 string | encrypted NFC password |
| auth_id | int | authentication sequence ID | \ No newline at end of file
#### Step 1
* Request
| Parameter | Type | Description |
| ----- | ----- | ----- |
| decrypted | string | decrypted text from the client |
| auth_id | int | authentication sequence ID |
* Response
| Parameter | Type | Description |
| ----- | ----- | ----- |
| nfc_pass | base64 string | password of the NFC |
| auth_id | int | authentication sequence ID |