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 2b944be commit 9acfcb3Copy full SHA for 9acfcb3
src/shared/GitHub/GitHubConstants.cs
@@ -16,7 +16,7 @@ public static class GitHubConstants
16
public static readonly Uri OAuthRedirectUri = new Uri("http://localhost/");
17
public static readonly Uri OAuthAuthorizationEndpointRelativeUri = new Uri("/login/oauth/authorize", UriKind.Relative);
18
public static readonly Uri OAuthTokenEndpointRelativeUri = new Uri("/login/oauth/access_token", UriKind.Relative);
19
- public static readonly Uri OAuthDeviceEndpointRelativeUri = new Uri("/login/oauth/authorize/device", UriKind.Relative);
+ public static readonly Uri OAuthDeviceEndpointRelativeUri = new Uri("/login/device/code", UriKind.Relative);
20
21
/// <summary>
22
/// The GitHub required HTTP accepts header value
0 commit comments