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
/// Makes a request to get an access token using the response from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest)"/>.
43
+
/// Makes a request to get an access token using the response from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest, CancellationToken)"/>.
41
44
/// </summary>
42
45
/// <remarks>
43
46
/// Will poll the access token endpoint, until the device and user codes expire or the user has successfully authorized the app with a valid user code.
44
47
/// </remarks>
45
48
/// <param name="clientId">The client Id you received from GitHub when you registered the application.</param>
46
-
/// <param name="deviceFlowResponse">The response you received from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest)"/></param>
49
+
/// <param name="deviceFlowResponse">The response you received from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest, CancellationToken)"/></param>
/// Makes a request to get an access token using the response from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest)"/>.
47
+
/// Makes a request to get an access token using the response from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest, CancellationToken)"/>.
45
48
/// </summary>
46
49
/// <remarks>
47
50
/// Will poll the access token endpoint, until the device and user codes expire or the user has successfully authorized the app with a valid user code.
48
51
/// </remarks>
49
52
/// <param name="clientId">The client Id you received from GitHub when you registered the application.</param>
50
-
/// <param name="deviceFlowResponse">The response you received from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest)"/></param>
53
+
/// <param name="deviceFlowResponse">The response you received from <see cref="InitiateDeviceFlow(OauthDeviceFlowRequest, CancellationToken)"/></param>
0 commit comments