Skip to content

Commit

Permalink
MSC2918: clarify that the change also applies to ASes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jun 3, 2021
1 parent d433e3b commit 87566c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proposals/2918-refreshtokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 87566c3

Please sign in to comment.