From 87566c3217b44512e5dd41543ffe05d066c75e12 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 3 Jun 2021 16:35:45 +0200 Subject: [PATCH] MSC2918: clarify that the change also applies to ASes --- proposals/2918-refreshtokens.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proposals/2918-refreshtokens.md b/proposals/2918-refreshtokens.md index f9aaebd5f44..13f382eea60 100644 --- a/proposals/2918-refreshtokens.md +++ b/proposals/2918-refreshtokens.md @@ -18,6 +18,7 @@ The login API returns two additional fields: - `expires_in_ms`: The lifetime in milliseconds of the access token. - `refresh_token`: The refresh token, which can be used to obtain new access tokens. +This also applies to logins done by application services. ### Account registration API changes @@ -26,6 +27,8 @@ Unless `inhibit_login` is `true`, the account registration API returns two addit - `expires_in_ms`: The lifetime in milliseconds of the access token. - `refresh_token`: The refresh token, which can be used to obtain new access tokens. +This also applies to registrations done by application services. + ### Token refresh API This API lets the client refresh the access token.