|
|
@ -6,14 +6,12 @@ |
|
|
|
|
|
|
|
|
using System.Collections.Immutable; |
|
|
using System.Collections.Immutable; |
|
|
using System.ComponentModel; |
|
|
using System.ComponentModel; |
|
|
using System.Diagnostics; |
|
|
|
|
|
using System.Diagnostics.CodeAnalysis; |
|
|
using System.Diagnostics.CodeAnalysis; |
|
|
using System.Globalization; |
|
|
using System.Globalization; |
|
|
using System.Runtime.CompilerServices; |
|
|
using System.Runtime.CompilerServices; |
|
|
using System.Security.Claims; |
|
|
using System.Security.Claims; |
|
|
using System.Text.Json; |
|
|
using System.Text.Json; |
|
|
using Microsoft.Owin.Security.Infrastructure; |
|
|
using Microsoft.Owin.Security.Infrastructure; |
|
|
using OpenIddict.Extensions; |
|
|
|
|
|
using static OpenIddict.Client.Owin.OpenIddictClientOwinConstants; |
|
|
using static OpenIddict.Client.Owin.OpenIddictClientOwinConstants; |
|
|
using Properties = OpenIddict.Client.Owin.OpenIddictClientOwinConstants.Properties; |
|
|
using Properties = OpenIddict.Client.Owin.OpenIddictClientOwinConstants.Properties; |
|
|
|
|
|
|
|
|
|