Skip to content

Commit a588dc0

Browse files
nkottarymortenpi
andauthored
Update docs/auth-flows.md
Co-authored-by: Morten Piibeleht <[email protected]>
1 parent 5f494b4 commit a588dc0

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
@@ -213,7 +213,7 @@ The flow goes through the following steps:
213213

214214
4. The client must generate the `auth.toml` file with the above values. The following extra key/values must be added by the client to the auth.toml:
215215
- `expires_at: <expires_in> + <time()>` This value is required to determine whether the token is expired and needs refresh. This is missing in the token response so it must be added by summing the `expires_in` value with the current timestamp.
216-
- `refresh_url` This value is also missing in the device token response but is necessary for refreshing expired tokens. This field must be added with value same as the `refresh_url` from the `device_authorization_endpoint` response.
216+
- `refresh_url` This value is also missing in the device token response but is necessary for refreshing expired tokens. This field must be added with value same as the `refresh_url` from the package server authentication configuration endpoint response.
217217

218218
#### Client ID for device authentication flow
219219

0 commit comments

Comments
 (0)