Request a refresh token in device-code-grant.sh

This commit is contained in:
Twilight Sparkle
2025-09-03 14:27:54 +00:00
parent 42a73dd07f
commit da4c45c6b4

View File

@@ -45,7 +45,7 @@ RESP="$(
{
"client_name": "CLI tool",
"client_uri": "https://github.com/element-hq/matrix-authentication-service/",
"grant_types": ["urn:ietf:params:oauth:grant-type:device_code"],
"grant_types": ["urn:ietf:params:oauth:grant-type:device_code","refresh_token"],
"application_type": "native",
"token_endpoint_auth_method": "none"
}