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 e82dd3e commit f9cf5ceCopy full SHA for f9cf5ce
docs/auth-flows.md
@@ -127,9 +127,9 @@ An example of a possible valid response body:
127
```json
128
{
129
"auth_flows": ["classic", "device"],
130
- "device_token_refresh_url": "https://juliahub.com/auth/renew/token.toml/device/",
131
"device_authorization_endpoint": "https://auth.juliahub.com/auth/device/code",
132
"device_token_endpoint": "https://auth.juliahub.com/auth/token",
+ "device_token_refresh_url": "https://juliahub.com/auth/renew/token.toml/device/",
133
"device_token_scope": "openid email profile offline_access"
134
}
135
```
0 commit comments