|
|
|
@ -118,12 +118,12 @@ Request JSON object:
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
{ |
|
|
|
|
name: "your-name", |
|
|
|
|
realm: "your-realm", |
|
|
|
|
token: "current time based token", |
|
|
|
|
verifyname: "name that wants to be authenticated", |
|
|
|
|
verifyrealm: "realm that wants to be authenticated", |
|
|
|
|
verifytoken: "token that wants to be authenticated", |
|
|
|
|
auth_name: "your-name", |
|
|
|
|
auth_realm: "your-realm", |
|
|
|
|
auth_token: "current time based token", |
|
|
|
|
name: "name that wants to be authenticated", |
|
|
|
|
realm: "realm that wants to be authenticated", |
|
|
|
|
token: "token that wants to be authenticated" |
|
|
|
|
} |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|