mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-29 07:24:09 +02:00
Update data/api/client-server/login.yaml
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
ce721cde82
commit
53d0540adb
|
|
@ -260,7 +260,7 @@ paths:
|
||||||
|
|
||||||
This API endpoint uses the [User-Interactive Authentication API](/client-server-api/#user-interactive-authentication-api).
|
This API endpoint uses the [User-Interactive Authentication API](/client-server-api/#user-interactive-authentication-api).
|
||||||
|
|
||||||
An already-authenticated client would call this endpoint to generate a single-use, time-limited,
|
An already-authenticated client can call this endpoint to generate a single-use, time-limited,
|
||||||
token for an unauthenticated client to log in with, becoming logged in as the same user which
|
token for an unauthenticated client to log in with, becoming logged in as the same user which
|
||||||
called this endpoint. The unauthenticated client uses the generated token in a `m.login.token`
|
called this endpoint. The unauthenticated client uses the generated token in a `m.login.token`
|
||||||
login flow with the homeserver.
|
login flow with the homeserver.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue