We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38589a6 commit 261d715Copy full SHA for 261d715
misc/device-code-grant.sh
@@ -45,7 +45,7 @@ RESP="$(
45
{
46
"client_name": "CLI tool",
47
"client_uri": "https://github.com/element-hq/matrix-authentication-service/",
48
- "grant_types": ["urn:ietf:params:oauth:grant-type:device_code"],
+ "grant_types": ["urn:ietf:params:oauth:grant-type:device_code","refresh_token"],
49
"application_type": "native",
50
"token_endpoint_auth_method": "none"
51
}
0 commit comments