File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/client-server-api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ endpoints it supports.
439
439
Most API endpoints require the user to identify themselves by presenting
440
440
previously obtained credentials in the form of an access token.
441
441
An access token is typically obtained via the [ Login] ( #login ) or
442
- [ Registration] ( #account-registration-and-management ) processes. Access tokens
442
+ [ Registration] ( #account-registration ) processes. Access tokens
443
443
can expire; a new access token can be generated by using a refresh token.
444
444
445
445
{{% boxes/note %}}
@@ -494,7 +494,7 @@ used to generate a new access token and refresh token, the new access
494
494
and refresh tokens are now bound to the device associated with the
495
495
initial refresh token.
496
496
497
- By default, the [ Login] ( #login ) and [ Registration] ( #account-registration-and-management )
497
+ By default, the [ Login] ( #login ) and [ Registration] ( #account-registration )
498
498
processes auto-generate a new ` device_id ` . A client is also free to
499
499
generate its own ` device_id ` or, provided the user remains the same,
500
500
reuse a device: in either case the client should pass the ` device_id ` in
You can’t perform that action at this time.
0 commit comments