mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-08 04:24:10 +01:00
s/nonce/txn_id/
This commit is contained in:
parent
4c9f524cab
commit
97154cc6b2
|
|
@ -242,7 +242,7 @@ To respond to this type, reply with an auth dict as follows::
|
||||||
"type": "m.login.token",
|
"type": "m.login.token",
|
||||||
"user": "<user_id or user localpart>",
|
"user": "<user_id or user localpart>",
|
||||||
"token": "<token>",
|
"token": "<token>",
|
||||||
"nonce": "<client generated nonce>"
|
"txn_id": "<client generated nonce>"
|
||||||
}
|
}
|
||||||
|
|
||||||
The ``nonce`` should be a random string generated by the client for the
|
The ``nonce`` should be a random string generated by the client for the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue