mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-24 03:54: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",
|
||||
"user": "<user_id or user localpart>",
|
||||
"token": "<token>",
|
||||
"nonce": "<client generated nonce>"
|
||||
"txn_id": "<client generated nonce>"
|
||||
}
|
||||
|
||||
The ``nonce`` should be a random string generated by the client for the
|
||||
|
|
|
|||
Loading…
Reference in a new issue