From e3cb34de368c5ca76b558f4bf9ae8e19458f6f8f Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Thu, 28 Dec 2023 15:11:24 +0000 Subject: [PATCH] Update README.md --- authentication/electron_devicecode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/electron_devicecode/README.md b/authentication/electron_devicecode/README.md index 6fb1459..1c649cf 100644 --- a/authentication/electron_devicecode/README.md +++ b/authentication/electron_devicecode/README.md @@ -8,7 +8,7 @@ It could also be using in games or other programs that cannot easily capture a r This example stores the resultant access and refresh token using [Electron Store](https://github.com/sindresorhus/electron-store) at start up it checks for a pre-existing access and if still valid uses it, otherwise attempts to refresh using the refresh token and continue. -## How for Device Code Flow Work +## How does Device Code Flow Work A simplified overview