Skip to content

Commit f9cf5ce

Browse files
committed
reorder
1 parent e82dd3e commit f9cf5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ An example of a possible valid response body:
127127
```json
128128
{
129129
"auth_flows": ["classic", "device"],
130-
"device_token_refresh_url": "https://juliahub.com/auth/renew/token.toml/device/",
131130
"device_authorization_endpoint": "https://auth.juliahub.com/auth/device/code",
132131
"device_token_endpoint": "https://auth.juliahub.com/auth/token",
132+
"device_token_refresh_url": "https://juliahub.com/auth/renew/token.toml/device/",
133133
"device_token_scope": "openid email profile offline_access"
134134
}
135135
```

0 commit comments

Comments
 (0)