File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
- using Microsoft . AspNetCore . Http . Authentication ;
5
-
6
4
namespace Microsoft . AspNetCore . Authentication . Twitter
7
5
{
8
6
/// <summary>
Original file line number Diff line number Diff line change 3
3
4
4
using System ;
5
5
using System . IO ;
6
- using Microsoft . AspNetCore . Http . Authentication ;
7
6
8
7
namespace Microsoft . AspNetCore . Authentication . Twitter
9
8
{
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class TwitterEvents : RemoteAuthenticationEvents
35
35
/// <summary>
36
36
/// Called when a Challenge causes a redirect to authorize endpoint in the Twitter handler
37
37
/// </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>
39
39
public virtual Task RedirectToAuthorizationEndpoint ( RedirectContext < TwitterOptions > context ) => OnRedirectToAuthorizationEndpoint ( context ) ;
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments