This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
AspNet.Security.OAuth.Introspection
AspNet.Security.OAuth.Validation Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
using AspNet . Security . OAuth . Introspection ;
10
10
using JetBrains . Annotations ;
11
11
using Microsoft . AspNetCore . Authentication ;
12
- using Microsoft . Extensions . DependencyInjection ;
13
12
using Microsoft . Extensions . DependencyInjection . Extensions ;
14
13
using Microsoft . Extensions . Options ;
15
14
16
- namespace Microsoft . AspNetCore . Builder
15
+ namespace Microsoft . Extensions . DependencyInjection
17
16
{
18
17
/// <summary>
19
18
/// Provides extension methods used to configure the OAuth2
Original file line number Diff line number Diff line change 9
9
using AspNet . Security . OAuth . Validation ;
10
10
using JetBrains . Annotations ;
11
11
using Microsoft . AspNetCore . Authentication ;
12
- using Microsoft . Extensions . DependencyInjection ;
13
12
using Microsoft . Extensions . DependencyInjection . Extensions ;
14
13
using Microsoft . Extensions . Options ;
15
14
16
- namespace Microsoft . AspNetCore . Builder
15
+ namespace Microsoft . Extensions . DependencyInjection
17
16
{
18
17
/// <summary>
19
18
/// Provides extension methods used to configure the OAuth2
You can’t perform that action at this time.
0 commit comments