Require refresh_token on refresh token endpoint (#1323)
Signed-off-by: Bram van den Heuvel matrix-spec@noordstar.me
This commit is contained in:
parent
8526e4fcd9
commit
6879f96c90
2 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,8 @@ paths:
|
|||
refresh_token:
|
||||
type: string
|
||||
description: The refresh token
|
||||
required:
|
||||
- refresh_token
|
||||
responses:
|
||||
200:
|
||||
description: A new access token and refresh token were generated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue