Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh_token is omitted if inhibit_login is true #1113

Merged
merged 3 commits into from
Jun 13, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1113.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
4 changes: 2 additions & 2 deletions data/api/client-server/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down