You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will return a JSON response containing `device_code`, `user_code`, `verification_uri`, `interval`, and `expires_in` attributes. The `expires_in` attribute contains the number of seconds until the device code expires. The `interval` attribute contains the number of seconds the consuming device should wait between requests when polling `/oauth/token` route to avoid rate limit errors.
721
723
722
-
> [!NOTE]
724
+
> [!NOTE]
723
725
> Remember, the `/oauth/device/code` route is already defined by Passport. You do not need to manually define this route.
724
726
725
727
<aname="user-code"></a>
@@ -747,7 +749,7 @@ do {
747
749
'client_secret' => 'your-client-secret', // Required for confidential clients only...
0 commit comments