Update README.md
This commit is contained in:
parent
9e3aad1316
commit
2f2d0c592e
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -118,12 +118,12 @@ Request JSON object:
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
name: "your-name",
|
auth_name: "your-name",
|
||||||
realm: "your-realm",
|
auth_realm: "your-realm",
|
||||||
token: "current time based token",
|
auth_token: "current time based token",
|
||||||
verifyname: "name that wants to be authenticated",
|
name: "name that wants to be authenticated",
|
||||||
verifyrealm: "realm that wants to be authenticated",
|
realm: "realm that wants to be authenticated",
|
||||||
verifytoken: "token that wants to be authenticated",
|
token: "token that wants to be authenticated"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue