refresh_token is omitted if inhibit_login is true

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2022-06-11 17:47:20 +02:00
parent 926c6bad61
commit c665f7fcb6
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C

View file

@ -165,7 +165,7 @@ paths:
obtain a new access token when it expires by calling the
`/refresh` endpoint.
Omitted if the `inhibit_login` option is false.
Omitted if the `inhibit_login` option is true.
x-addedInMatrixVersion: "1.3"
expires_in_ms:
type: integer
@ -177,7 +177,7 @@ paths:
to obtain a new access token. If not given, the client can
assume that the access token will not expire.
Omitted if the `inhibit_login` option is false.
Omitted if the `inhibit_login` option is true.
x-addedInMatrixVersion: "1.3"
home_server:
type: string