Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 7d99963

Browse files
committed
Move OAuthIntrospectionExtensions and OAuthValidationExtensions to the Microsoft.Extensions.DependencyInjection namespace
1 parent 86e37cc commit 7d99963

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/AspNet.Security.OAuth.Introspection/OAuthIntrospectionExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
using AspNet.Security.OAuth.Introspection;
1010
using JetBrains.Annotations;
1111
using Microsoft.AspNetCore.Authentication;
12-
using Microsoft.Extensions.DependencyInjection;
1312
using Microsoft.Extensions.DependencyInjection.Extensions;
1413
using Microsoft.Extensions.Options;
1514

16-
namespace Microsoft.AspNetCore.Builder
15+
namespace Microsoft.Extensions.DependencyInjection
1716
{
1817
/// <summary>
1918
/// Provides extension methods used to configure the OAuth2

src/AspNet.Security.OAuth.Validation/OAuthValidationExtensions.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
using AspNet.Security.OAuth.Validation;
1010
using JetBrains.Annotations;
1111
using Microsoft.AspNetCore.Authentication;
12-
using Microsoft.Extensions.DependencyInjection;
1312
using Microsoft.Extensions.DependencyInjection.Extensions;
1413
using Microsoft.Extensions.Options;
1514

16-
namespace Microsoft.AspNetCore.Builder
15+
namespace Microsoft.Extensions.DependencyInjection
1716
{
1817
/// <summary>
1918
/// Provides extension methods used to configure the OAuth2

0 commit comments

Comments
 (0)