Skip to content

Commit 87566c3

Browse files
committed
MSC2918: clarify that the change also applies to ASes
1 parent d433e3b commit 87566c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proposals/2918-refreshtokens.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The login API returns two additional fields:
1818
- `expires_in_ms`: The lifetime in milliseconds of the access token.
1919
- `refresh_token`: The refresh token, which can be used to obtain new access tokens.
2020

21+
This also applies to logins done by application services.
2122

2223
### Account registration API changes
2324

@@ -26,6 +27,8 @@ Unless `inhibit_login` is `true`, the account registration API returns two addit
2627
- `expires_in_ms`: The lifetime in milliseconds of the access token.
2728
- `refresh_token`: The refresh token, which can be used to obtain new access tokens.
2829

30+
This also applies to registrations done by application services.
31+
2932
### Token refresh API
3033

3134
This API lets the client refresh the access token.

0 commit comments

Comments
 (0)