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 1b6a8d8 commit 69d2743Copy full SHA for 69d2743
README.md
@@ -413,8 +413,7 @@ const config = {
413
const authState = await authorize(config);
414
415
// Refresh token
416
-const refreshedState = await refresh({
417
- ...config,
+const refreshedState = await refresh(config, {
418
refreshToken: authState.refreshToken,
419
});
420
@@ -463,8 +462,7 @@ const config = {
463
462
464
465
466
467
468
469
470
0 commit comments