Skip to content

Commit 463c1f5

Browse files
authored
Remove old 1.x auth stack (#4485)
* Remove old 1.x auth stack Fixes dotnet/aspnetcore#3999
1 parent e781333 commit 463c1f5

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Messages/RequestToken.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using Microsoft.AspNetCore.Http.Authentication;
5-
64
namespace Microsoft.AspNetCore.Authentication.Twitter
75
{
86
/// <summary>

Messages/RequestTokenSerializer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using System;
55
using System.IO;
6-
using Microsoft.AspNetCore.Http.Authentication;
76

87
namespace Microsoft.AspNetCore.Authentication.Twitter
98
{

TwitterEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class TwitterEvents : RemoteAuthenticationEvents
3535
/// <summary>
3636
/// Called when a Challenge causes a redirect to authorize endpoint in the Twitter handler
3737
/// </summary>
38-
/// <param name="context">Contains redirect URI and <see cref="Http.Authentication.AuthenticationProperties"/> of the challenge </param>
38+
/// <param name="context">Contains redirect URI and <see cref="AuthenticationProperties"/> of the challenge </param>
3939
public virtual Task RedirectToAuthorizationEndpoint(RedirectContext<TwitterOptions> context) => OnRedirectToAuthorizationEndpoint(context);
4040
}
4141
}

0 commit comments

Comments
 (0)