CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
autoapi/__init__.py
autoapi/backends.py
autoapi/directives.py
autoapi/documenters.py
autoapi/extension.py
autoapi/inheritance_diagrams.py
autoapi/settings.py
autoapi/toctree.py
autoapi/mappers/__init__.py
autoapi/mappers/base.py
autoapi/mappers/dotnet.py
autoapi/mappers/go.py
autoapi/mappers/javascript.py
autoapi/mappers/python/__init__.py
autoapi/mappers/python/astroid_utils.py
autoapi/mappers/python/mapper.py
autoapi/mappers/python/objects.py
autoapi/mappers/python/parser.py
autoapi/templates/index.rst
autoapi/templates/base/base.rst
autoapi/templates/dotnet/base_detail.rst
autoapi/templates/dotnet/base_embed.rst
autoapi/templates/dotnet/base_list.rst
autoapi/templates/dotnet/class.rst
autoapi/templates/dotnet/constructor.rst
autoapi/templates/dotnet/delegate.rst
autoapi/templates/dotnet/enum.rst
autoapi/templates/dotnet/event.rst
autoapi/templates/dotnet/field.rst
autoapi/templates/dotnet/interface.rst
autoapi/templates/dotnet/method.rst
autoapi/templates/dotnet/namespace.rst
autoapi/templates/dotnet/operator.rst
autoapi/templates/dotnet/property.rst
autoapi/templates/dotnet/struct.rst
autoapi/templates/go/base_member.rst
autoapi/templates/go/const.rst
autoapi/templates/go/func.rst
autoapi/templates/go/method.rst
autoapi/templates/go/package.rst
autoapi/templates/go/type.rst
autoapi/templates/go/var.rst
autoapi/templates/javascript/class.rst
autoapi/templates/javascript/function.rst
autoapi/templates/javascript/member.rst
autoapi/templates/javascript/module.rst
autoapi/templates/python/attribute.rst
autoapi/templates/python/class.rst
autoapi/templates/python/data.rst
autoapi/templates/python/exception.rst
autoapi/templates/python/function.rst
autoapi/templates/python/method.rst
autoapi/templates/python/module.rst
autoapi/templates/python/package.rst
sphinx_autoapi.egg-info/PKG-INFO
sphinx_autoapi.egg-info/SOURCES.txt
sphinx_autoapi.egg-info/dependency_links.txt
sphinx_autoapi.egg-info/requires.txt
sphinx_autoapi.egg-info/top_level.txt
tests/test_astroid_utils.py
tests/test_domains.py
tests/test_integration.py
tests/test_objects.py
tests/dotnetexample/Makefile
tests/dotnetexample/README.md
tests/dotnetexample/conf.py
tests/dotnetexample/index.rst
tests/dotnetexample/example/clone.sh
tests/dotnetexample/example/Identity/.appveyor.yml
tests/dotnetexample/example/Identity/.gitattributes
tests/dotnetexample/example/Identity/.gitignore
tests/dotnetexample/example/Identity/.travis.yml
tests/dotnetexample/example/Identity/CONTRIBUTING.md
tests/dotnetexample/example/Identity/Directory.Build.props
tests/dotnetexample/example/Identity/Directory.Build.targets
tests/dotnetexample/example/Identity/Identity.sln
tests/dotnetexample/example/Identity/IdentityCore.sln
tests/dotnetexample/example/Identity/LICENSE.txt
tests/dotnetexample/example/Identity/NuGet.config
tests/dotnetexample/example/Identity/NuGetPackageVerifier.json
tests/dotnetexample/example/Identity/README.md
tests/dotnetexample/example/Identity/Settings.StyleCop
tests/dotnetexample/example/Identity/build.cmd
tests/dotnetexample/example/Identity/build.ps1
tests/dotnetexample/example/Identity/build.sh
tests/dotnetexample/example/Identity/version.xml
tests/dotnetexample/example/Identity/.git/HEAD
tests/dotnetexample/example/Identity/.git/config
tests/dotnetexample/example/Identity/.git/description
tests/dotnetexample/example/Identity/.git/index
tests/dotnetexample/example/Identity/.git/packed-refs
tests/dotnetexample/example/Identity/.git/hooks/applypatch-msg.sample
tests/dotnetexample/example/Identity/.git/hooks/commit-msg.sample
tests/dotnetexample/example/Identity/.git/hooks/post-update.sample
tests/dotnetexample/example/Identity/.git/hooks/pre-applypatch.sample
tests/dotnetexample/example/Identity/.git/hooks/pre-commit.sample
tests/dotnetexample/example/Identity/.git/hooks/pre-push.sample
tests/dotnetexample/example/Identity/.git/hooks/pre-rebase.sample
tests/dotnetexample/example/Identity/.git/hooks/pre-receive.sample
tests/dotnetexample/example/Identity/.git/hooks/prepare-commit-msg.sample
tests/dotnetexample/example/Identity/.git/hooks/update.sample
tests/dotnetexample/example/Identity/.git/info/exclude
tests/dotnetexample/example/Identity/.git/logs/HEAD
tests/dotnetexample/example/Identity/.git/logs/refs/heads/dev
tests/dotnetexample/example/Identity/.git/logs/refs/remotes/origin/HEAD
tests/dotnetexample/example/Identity/.git/objects/pack/pack-8eff631d6645ad2a3384ccb837be90b650e97d67.idx
tests/dotnetexample/example/Identity/.git/objects/pack/pack-8eff631d6645ad2a3384ccb837be90b650e97d67.pack
tests/dotnetexample/example/Identity/.git/refs/heads/dev
tests/dotnetexample/example/Identity/.git/refs/remotes/origin/HEAD
tests/dotnetexample/example/Identity/.vscode/launch.json
tests/dotnetexample/example/Identity/.vscode/tasks.json
tests/dotnetexample/example/Identity/build/Key.snk
tests/dotnetexample/example/Identity/build/repo.props
tests/dotnetexample/example/Identity/build/repo.targets
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/.bowerrc
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/IdentityOIDCWebApplicationSample.csproj
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Program.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Startup.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/appsettings.Development.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/appsettings.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/bower.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/bundleconfig.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Controllers/AccountController.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Controllers/ApplicationsController.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Controllers/IdentityServiceConfigurationController.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Controllers/IdentityServiceController.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Controllers/ManageController.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Data/IdentityServiceDbContext.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Data/IdentityServiceDbContextFactory.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Data/Migrations/00000000000000_CreateIdentitySchema.Designer.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Data/Migrations/00000000000000_CreateIdentitySchema.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Data/Migrations/IdentityServiceDbContextModelSnapshot.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Extensions/IdentityServiceExtensions.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationUser.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/AccountViewModels/ExternalLoginConfirmationViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/AccountViewModels/ForgotPasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/AccountViewModels/LoginViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/AccountViewModels/RegisterViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/AccountViewModels/ResetPasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/AccountViewModels/SendCodeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/AccountViewModels/VerifyCodeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/ApplicationDetailsViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/ChangeApplicationNameViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/CreateApplicationViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/CreateLogoutUriViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/CreateRedirectUriViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/CreateScopeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/EditLogoutUriViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/EditRedirectUriViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/EditScopeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/GeneratedClientSecretViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/RemoveApplicationViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/RemoveLogoutUriViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/RemoveRedirectUriViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ApplicationViewModels/RemoveScopeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/AddPhoneNumberViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/ChangePasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/ConfigureTwoFactorViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/FactorViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/IndexViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/ManageLoginsViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/RemoveLoginViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/SetPasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Models/ManageViewModels/VerifyPhoneNumberViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Services/IEmailSender.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Services/ISmsSender.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Services/MessageServices.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/_ViewImports.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/_ViewStart.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/AccessDenied.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/ConfirmEmail.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/ExternalLoginConfirmation.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/ExternalLoginFailure.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/ForgotPassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/ForgotPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/Lockout.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/Login.MSAL.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/Login.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/Register.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/ResetPassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/ResetPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/SendCode.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Account/VerifyCode.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/AddLogoutUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/AddRedirectUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/AddScope.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/ChangeName.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/ClientSecret.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/Create.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/CreateLogoutUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/CreateRedirectUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/CreateScope.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/Details.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/Edit.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/EditLogoutUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/EditRedirectUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/EditScope.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/GenerateClientSecret.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/GeneratedClientSecret.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/RegenerateClientSecret.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/RemoveApplication.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/RemoveClientSecret.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/RemoveLogoutUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/RemoveRedirectUri.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Applications/RemoveScope.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Home/Clients.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Home/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/IdentityService/InvalidLogoutRedirect.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/IdentityService/SignedOut.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Manage/AddPhoneNumber.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Manage/ChangePassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Manage/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Manage/ManageLogins.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Manage/SetPassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Areas/Identity/Views/Manage/VerifyPhoneNumber.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Controllers/AccountController.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Controllers/HomeController.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Extensions/AuthenticationServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/MetaPackage/CertificateFileLoader.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/MetaPackage/CertificateLoader.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/MetaPackage/CertificateStoreLoader.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/MetaPackage/ICertificateFileLoader.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/MetaPackage/ICertificateStoreLoader.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/MetaPackage/KestrelServerOptionsSetup.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/MetaPackage/WebHost.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Models/ErrorViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Properties/launchSettings.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/_ViewImports.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/_ViewStart.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Account/SignedOut.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Home/About.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Home/Contact.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Home/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Shared/Error.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Shared/_Layout.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Shared/_LoginPartial.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/Views/Shared/_ValidationScriptsPartial.cshtml
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/Spa.html
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/favicon.ico
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/css/site.css
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/css/site.min.css
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/images/banner1.svg
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/images/banner2.svg
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/images/banner3.svg
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/images/banner4.svg
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/js/site.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/js/site.min.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/.bower.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/LICENSE
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap.css
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/js/bootstrap.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/bootstrap/dist/js/npm.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery/.bower.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery/LICENSE.txt
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation/.bower.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation/LICENSE.md
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation-unobtrusive/.bower.json
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation/dist/additional-methods.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation/dist/additional-methods.min.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation/dist/jquery.validate.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery/dist/jquery.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery/dist/jquery.min.js
tests/dotnetexample/example/Identity/samples/IdentityOIDCWebApplicationSample/wwwroot/lib/jquery/dist/jquery.min.map
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/CopyAspNetLoader.cmd
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/MessageServices.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Program.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Startup.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/appsettings.json
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/web.Debug.config
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/web.Release.config
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/web.config
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Controllers/AccountController.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Controllers/HomeController.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Controllers/ManageController.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Data/Migrations/00000000000000_CreateIdentitySchema.Designer.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Data/Migrations/00000000000000_CreateIdentitySchema.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Data/Migrations/ApplicationDbContextModelSnapshot.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ApplicationDbContext.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ApplicationUser.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/ExternalLoginConfirmationViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/ForgotPasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/LoginViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/RegisterViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/ResetPasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/SendCodeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/UseRecoveryCodeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/VerifyAuthenticatorCodeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/AccountViewModels/VerifyCodeViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/AddPhoneNumberViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/ChangePasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/ConfigureTwoFactorViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/DisplayRecoveryCodesViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/FactorViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/IndexViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/ManageLoginsViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/RemoveLoginViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/SetPasswordViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Models/ManageViewModels/VerifyPhoneNumberViewModel.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Properties/launchSettings.json
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Services/IEmailSender.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Services/ISmsSender.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Services/MessageServices.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/_ViewImports.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/_ViewStart.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/ConfirmEmail.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/ExternalLoginConfirmation.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/ExternalLoginFailure.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/ForgotPassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/ForgotPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/Lockout.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/Login.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/Register.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/ResetPassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/ResetPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/SendCode.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/UseRecoveryCode.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/VerifyAuthenticatorCode.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Account/VerifyCode.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Home/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Manage/AddPhoneNumber.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Manage/ChangePassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Manage/DisplayRecoveryCodes.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Manage/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Manage/ManageLogins.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Manage/SetPassword.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Manage/VerifyPhoneNumber.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Shared/_Layout.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Shared/_LoginPartial.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/Views/Shared/_ValidationScriptsPartial.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/wwwroot/favicon.ico
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/wwwroot/css/site.css
tests/dotnetexample/example/Identity/samples/IdentitySample.Mvc/wwwroot/js/site.js
tests/dotnetexample/example/Identity/samples/NativeWPFClient/App.config
tests/dotnetexample/example/Identity/samples/NativeWPFClient/App.xaml
tests/dotnetexample/example/Identity/samples/NativeWPFClient/App.xaml.cs
tests/dotnetexample/example/Identity/samples/NativeWPFClient/MainWindow.xaml
tests/dotnetexample/example/Identity/samples/NativeWPFClient/MainWindow.xaml.cs
tests/dotnetexample/example/Identity/samples/NativeWPFClient/NativeWPFClient.csproj
tests/dotnetexample/example/Identity/samples/NativeWPFClient/Properties/AssemblyInfo.cs
tests/dotnetexample/example/Identity/samples/NativeWPFClient/Properties/Resources.Designer.cs
tests/dotnetexample/example/Identity/samples/NativeWPFClient/Properties/Resources.resx
tests/dotnetexample/example/Identity/samples/NativeWPFClient/Properties/Settings.Designer.cs
tests/dotnetexample/example/Identity/samples/NativeWPFClient/Properties/Settings.settings
tests/dotnetexample/example/Identity/src/Directory.Build.props
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/CookieInterop.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/IdentityDbContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/IdentityRole.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/IdentityRoleClaim.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/IdentityUser.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/IdentityUserLogin.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/UserStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNet.Identity.AspNetCoreCompat/baseline.netframework.json
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/DeveloperCertificateMiddleware.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/DeveloperCertificateOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/IdentityApplicationBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/Microsoft.AspNetCore.Diagnostics.Identity.Service.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/Strings.Designer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/Strings.resx
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/generate-developer-certificate-diagnostics-page.cmd
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/Views/DeveloperCertificateErrorPage.Designer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/Views/DeveloperCertificateErrorPage.cshtml
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/Views/DeveloperCertificateViewModel.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Diagnostics.Identity.Service/Views/ErrorPage.css
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/AspNetRoleManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/AspNetUserManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/BuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/DataProtectionTokenProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/DataProtectionTokenProviderOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/ExternalLoginInfo.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/ISecurityStampValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/IdentityBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/IdentityConstants.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/IdentityServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/Resources.resx
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/SecurityStampRefreshingPrincipalContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/SecurityStampValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/SecurityStampValidatorOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/SignInManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/baseline.netcore.json
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/baseline.netframework.json
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityDbContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityEntityFrameworkBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Resources.resx
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/RoleStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserOnlyStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/baseline.netcore.json
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/breakingchanges.netcore.json
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/Resources.Designer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/ApplicationClaimsPrincipalFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/ApplicationErrorDescriber.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/ApplicationManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/ApplicationOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/ApplicationValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/AuthorizationStatus.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/AuthorizeResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/ClientApplicationValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IApplicationClaimStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IApplicationClaimsPrincipalFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IApplicationClientSecretStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IApplicationScopeStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IApplicationStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IApplicationValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IQueryableApplicationStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IRedirectUriStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IdentityServiceBuilder.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IdentityServiceError.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IdentityServiceResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/IdentityServiceServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/LogoutResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/LogoutStatus.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/Microsoft.AspNetCore.Identity.Service.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/Session.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/SessionManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ApplicationScope.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/AuthorizationGrant.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/AuthorizationRequest.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/AuthorizationResponse.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ConfigurationContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IAuthorizationRequestFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IAuthorizationResponseFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IAuthorizationResponseParameterProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IConfigurationManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IConfigurationMetadataProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IIdentityServiceBuilder.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IKeySetMetadataProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ILogoutRequestFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ISigningCredentialsPolicyProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ISigningCredentialsSource.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ITokenManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ITokenRequestFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ITokenResponseFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ITokenResponseParameterProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IdentityServiceClaimTypes.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/IdentityServiceErrorCodes.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/LogoutRequest.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Microsoft.AspNetCore.Identity.Service.Abstractions.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/PromptValues.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ProofOfKeyForCodeExchangeChallengeMethods.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ProofOfKeyForCodeExchangeParameterNames.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ProtocolError.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/RedirectUriResolutionResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/RequestGrants.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/ScopeResolutionResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/SigningCredentialsDescriptor.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/TokenGeneratingContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/TokenKinds.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/TokenRequest.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/TokenTypes.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Claims/ClaimsGenerationContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Claims/ITokenClaimsManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Claims/ITokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Issuers/IAccessTokenIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Issuers/IAuthorizationCodeIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Issuers/IIdTokenIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Issuers/IRefreshTokenIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Issuers/ITokenHasher.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Issuers/TokenResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Tokens/AccessToken.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Tokens/AuthorizationCode.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Tokens/IdToken.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Tokens/RefreshToken.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Tokens/Token.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Validation/IAuthorizationRequestValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Validation/IClientIdValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Validation/IRedirectUriResolver.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Validation/IScopeResolver.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Validation/ITimeStampManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Abstractions/Validation/ITokenRequestValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.AzureKeyVault/IdentityServiceBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.AzureKeyVault/KeyVaultSigningCredentialSource.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.AzureKeyVault/KeyVaultSigningCredentialsSourceOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.AzureKeyVault/Microsoft.AspNetCore.Identity.Service.AzureKeyVault.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/AuthorizationCodeIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/AuthorizationRequestFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/CryptographyHelpers.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DefaultAuthorizationResponseFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DefaultAuthorizationResponseParameterProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DefaultConfigurationManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DefaultSigningCredentialsPolicyProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DefaultSigningCredentialsSource.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DefaultTokenResponseFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DefaultTokenResponseParameterProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/DeveloperCertificateSigningCredentialsSource.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/FormPostResponseGenerator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/FragmentResponseGenerator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/IdentityServiceBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/JwtAccessTokenIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/JwtIdTokenIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/LogoutRequestFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Microsoft.AspNetCore.Identity.Service.Core.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/PrincipalExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/ProtocolErrorProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/QueryResponseGenerator.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/RefreshTokenIssuer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/RequestParametersHelper.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/TimeStampManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/TokenHasher.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/TokenManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/TokenMapper.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/TokenRequestFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/DefaultTokenClaimsManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/DefaultTokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/GrantedTokensTokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/NonceTokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/ProofOfKeyForCodeExchangeTokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/ScopesTokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/TimestampsTokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Claims/TokenHashTokenClaimsProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Metadata/DefaultConfigurationMetadataProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Metadata/DefaultKeySetMetadataProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Options/IdentityServiceAuthorizationOptionsSetup.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Options/IdentityServiceOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Options/IdentityServiceOptionsDefaultSetup.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Options/TokenMapping.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Options/TokenOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Options/TokenValueCardinality.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Options/TokenValueDescriptor.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Serialization/AuthorizationCodeConverter.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Serialization/RefreshTokenConverter.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Serialization/TokenConverter.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Core/Serialization/TokenDataSerializer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/ApplicationStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/IdentityServiceApplication.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/IdentityServiceApplicationClaim.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/IdentityServiceBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/IdentityServiceDbContext.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/IdentityServiceRedirectUri.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/IdentityServiceScope.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/EnableIntegratedWebClientAttribute.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebApplicationRedirectFilter.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientConfigurationManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientModelConvention.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientOpenIdConnectOptionsSetup.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebClientServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/IntegratedWebclientMvcOptionsSetup.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient/Microsoft.AspNetCore.Identity.Service.IntegratedWebClient.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/AuthorizationRequestModelBinder.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/FormPostResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/FragmentResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/IdentityServiceControllerExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/LogoutRequestModelBinder.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/Microsoft.AspNetCore.Identity.Service.Mvc.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/QueryResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/TokenRequestModelBinder.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Mvc/UrlHelperExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Specification.Tests/IdentityServiceResultAssert.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Specification.Tests/IdentityServiceSpecificationTestBase.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Specification.Tests/Microsoft.AspNetCore.Identity.Service.Specification.Tests.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service.Specification.Tests/NuGet.config
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/Claims/PairwiseSubTokenClaimProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Service/Configuration/IdentityServiceOptionsSetup.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Specification.Tests/IdentityResultAssert.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Specification.Tests/IdentitySpecificationTestBase.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Specification.Tests/TestLogger.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity.Specification.Tests/UserManagerSpecificationTests.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/Properties/AssemblyInfo.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/Properties/Resources.Designer.cs
tests/dotnetexample/example/Identity/src/Microsoft.AspNetCore.Identity/Properties/debugSettings.json
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/AuthenticatorTokenProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/Base32.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/ClaimsIdentityOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/EmailTokenProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/ILookupNormalizer.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IPasswordHasher.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IPasswordValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IQueryableRoleStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IQueryableUserStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IRoleClaimStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IRoleStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IRoleValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserAuthenticationTokenStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserAuthenticatorInfoStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserClaimStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserClaimsPrincipalFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserEmailStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserLockoutStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserLoginStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserPasswordStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserPhoneNumberStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserRoleStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserSecurityStampStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserTwoFactorRecoveryCodeStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserTwoFactorStore.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserTwoFactorTokenProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IUserValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IdentityBuilder.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IdentityError.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IdentityErrorDescriber.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IdentityOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IdentityResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/IdentityServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/LockoutOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/Microsoft.Extensions.Identity.Core.csproj
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PasswordHasher.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PasswordHasherCompatibilityMode.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PasswordHasherOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PasswordOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PasswordValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PasswordVerificationResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PhoneNumberTokenProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/PrincipalExtensions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/Resources.resx
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/Rfc6238AuthenticationService.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/RoleManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/RoleValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/SignInOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/SignInResult.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/TokenOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/TokenProviderDescriptor.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/TotpSecurityStampBasedTokenProvider.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/UpperInvariantLookupNormalizer.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/UserClaimsPrincipalFactory.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/UserLoginInfo.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/UserManager.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/UserOptions.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/UserValidator.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/Properties/AssemblyInfo.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Core/Properties/Resources.Designer.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/IdentityRole.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/IdentityRoleClaim.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/IdentityUser.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/IdentityUserClaim.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/IdentityUserLogin.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/IdentityUserRole.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/IdentityUserToken.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/Microsoft.Extensions.Identity.Stores.csproj
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/RoleStoreBase.cs
tests/dotnetexample/example/Identity/src/Microsoft.Extensions.Identity.Stores/UserStoreBase.cs
tests/dotnetexample/example/Identity/test/Directory.Build.props
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryContext.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryEFOnlyUsersTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryEFUserStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryStoreWithGenericsTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/RoleStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/TestIdentityFactory.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/ApiConsistencyTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/CustomPocoTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DbUtil.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DefaultPocoTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/SqlStoreOnlyUsersTestBase.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/SqlStoreTestBase.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreGuidKeyTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreIntKeyTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreStringKeyTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreWithGenericsTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/config.json
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/ScratchDatabaseFixture.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/SqlServerTestStore.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/TestEnvironment.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/ControllerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/FunctionalTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryStore.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryUserStore.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryUserStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.InMemory.Test/TestClock.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Abstractions.Test/Microsoft.AspNetCore.Identity.Service.Abstractions.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Abstractions.Test/TokenGeneratingContextTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Abstractions.Test/Tokens/AccessTokenTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Abstractions.Test/Tokens/AuthorizationCodeTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Abstractions.Test/Tokens/IdTokenTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Abstractions.Test/Tokens/RefreshTokenTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/AuthorizationCodeExchangeIntegrationTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/AuthorizationCodeIssuerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/AuthorizationRequestFactoryTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/AuthorizeIntegrationTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/CryptoUtilities.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/DefaultAuthorizationResponseFactoryTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/DefaultAuthorizationResponseParameterProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/DefaultSigningCredentialsPolicyProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/DefaultSigningCredentialsSourceTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/DefaultTokenResponseFactoryTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/DefaultTokenResponseParameterProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/FormPostResponseGeneratorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/FragmentResponseGeneratorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/IdentityServiceErrorComparer.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/JwtAccessTokenIssuerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/JwtIdTokenIssuerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/JwtRefreshTokenIssuerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Microsoft.AspNetCore.Identity.Service.Core.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/QueryResponseGeneratorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/TokenHasherTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/TokenRequestFactoryTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/DefaultTokenClaimsManagerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/DefaultTokenClaimsProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/GrantedTokensTokenClaimsProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/NonceTokenClaimsProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/ProofOfKeyForCodeExchangeTokenClaimsProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/ScopeTokenClaimsProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/TimeStampTokenClaimsProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Core.Test/Claims/TokenHashTokenClaimsProviderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.InMemory.Test/InMemoryContext.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.InMemory.Test/InMemoryEFApplicationStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.InMemory.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test/ApplicationStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test/config.json
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test/Utilities/DbUtil.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test/Utilities/ScratchDatabaseFixture.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test/Utilities/SqlServerTestStore.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.EntityFrameworkCore.Test/Utilities/TestEnvironment.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.InMemory.Test/InMemoryStore.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.InMemory.Test/InMemoryStoreTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.InMemory.Test/Microsoft.AspNetCore.Identity.Service.InMemory.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.InMemory.Test/TestApplication.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Test/ApplicationManagerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Test/ApplicationValidatorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Test/ClientApplicationValidatorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Test/IdentityOptionsServiceCollectionExtensionsTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Service.Test/Microsoft.AspNetCore.Identity.Service.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/ApiConsistencyTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/IdentityBuilderTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/IdentityOptionsTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/IdentityResultTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/NoopRoleStore.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/NoopUserStore.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/PasswordHasherTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/PasswordValidatorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/PrincipalExtensionsTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/RoleManagerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/RoleValidatorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/SecurityStampValidatorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/SignInManagerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/UserClaimsPrincipalFactoryTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/UserManagerTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspNetCore.Identity.Test/UserValidatorTest.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Microsoft.AspnetCore.Identity.Service.FunctionalTests.csproj
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/TraditionalWebApplicationTests.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/test-cert.pfx
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/xunit.runner.json
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Extensions/CookieComparison.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Extensions/ResponseAssert.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Infrastructure/AutoSignInFilter.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Infrastructure/CookieContainerHandler.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Infrastructure/CredentialsServerBuilder.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Infrastructure/EntityFrameworkSeedReferenceData.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Infrastructure/LoopBackHandler.cs
tests/dotnetexample/example/Identity/test/Microsoft.AspnetCore.Identity.Service.FunctionalTests/Infrastructure/SeedData.cs
tests/dotnetexample/example/Identity/test/Shared/ApiConsistencyTestBase.cs
tests/dotnetexample/example/Identity/test/Shared/MockHelpers.cs
tests/dotnetexample/example/Identity/test/Shared/PriorityOrderer.cs
tests/dotnetexample/example/Identity/test/Shared/TestRole.cs
tests/dotnetexample/example/Identity/test/Shared/TestRoleClaim.cs
tests/dotnetexample/example/Identity/test/Shared/TestUser.cs
tests/dotnetexample/example/Identity/test/Shared/TestUserClaim.cs
tests/dotnetexample/example/Identity/test/Shared/TestUserLogin.cs
tests/dotnetexample/example/Identity/test/Shared/TestUserRole.cs
tests/dotnetexample/example/Identity/test/Shared/TestUserToken.cs
tests/dotnetexample/example/Identity/test/WebSites/Directory.Build.props
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/.bowerrc
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Identity.OpenIdConnect.WebSite.csproj
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Program.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Startup.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/appsettings.Development.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/appsettings.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/bower.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/bundleconfig.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Controllers/AccountController.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Controllers/ApplicationsController.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Controllers/IdentityServiceConfigurationController.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Controllers/IdentityServiceController.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Controllers/ManageController.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Data/IdentityServiceDbContext.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Data/Migrations/00000000000000_CreateIdentitySchema.Designer.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Data/Migrations/00000000000000_CreateIdentitySchema.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Data/Migrations/IdentityServiceDbContextModelSnapshot.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Extensions/IdentityServiceExtensions.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationUser.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/AccountViewModels/ExternalLoginConfirmationViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/AccountViewModels/ForgotPasswordViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/AccountViewModels/LoginViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/AccountViewModels/RegisterViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/AccountViewModels/ResetPasswordViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/AccountViewModels/SendCodeViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/AccountViewModels/VerifyCodeViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/ApplicationDetailsViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/ChangeApplicationNameViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/CreateApplicationViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/CreateLogoutUriViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/CreateRedirectUriViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/CreateScopeViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/EditLogoutUriViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/EditRedirectUriViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/EditScopeViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/GeneratedClientSecretViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/RemoveApplicationViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/RemoveLogoutUriViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/RemoveRedirectUriViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ApplicationViewModels/RemoveScopeViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/AddPhoneNumberViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/ChangePasswordViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/ConfigureTwoFactorViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/FactorViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/IndexViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/ManageLoginsViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/RemoveLoginViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/SetPasswordViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Models/ManageViewModels/VerifyPhoneNumberViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Services/IEmailSender.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Services/ISmsSender.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Services/MessageServices.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/_ViewImports.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/_ViewStart.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/AccessDenied.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ConfirmEmail.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ExternalLoginConfirmation.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ExternalLoginFailure.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ForgotPassword.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ForgotPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/Lockout.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/Login.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/Register.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ResetPassword.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ResetPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/SendCode.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/VerifyCode.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/AddLogoutUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/AddRedirectUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/AddScope.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/ChangeName.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/ClientSecret.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/Create.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/CreateLogoutUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/CreateRedirectUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/CreateScope.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/Details.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/Edit.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/EditLogoutUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/EditRedirectUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/EditScope.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/GenerateClientSecret.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/GeneratedClientSecret.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/Index.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/RegenerateClientSecret.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/RemoveApplication.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/RemoveClientSecret.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/RemoveLogoutUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/RemoveRedirectUri.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Applications/RemoveScope.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Home/Clients.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Home/Index.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/IdentityService/InvalidLogoutRedirect.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/IdentityService/SignedOut.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Manage/AddPhoneNumber.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Manage/ChangePassword.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Manage/Index.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Manage/ManageLogins.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Manage/SetPassword.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Manage/VerifyPhoneNumber.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Controllers/AccountController.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Controllers/HomeController.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Models/ErrorViewModel.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Properties/launchSettings.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/_ViewImports.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/_ViewStart.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Account/SignedOut.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Home/About.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Home/Contact.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Home/Index.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Shared/Error.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Shared/_Layout.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Shared/_LoginPartial.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/Views/Shared/_ValidationScriptsPartial.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/favicon.ico
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/css/site.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/css/site.min.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/images/banner1.svg
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/images/banner2.svg
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/images/banner3.svg
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/images/banner4.svg
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/js/site.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/js/site.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/.bower.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/LICENSE
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/bootstrap/dist/js/npm.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery/.bower.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery/LICENSE.txt
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation/.bower.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation/LICENSE.md
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation-unobtrusive/.bower.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation/dist/additional-methods.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation/dist/additional-methods.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation/dist/jquery.validate.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery/dist/jquery.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery/dist/jquery.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.OpenIdConnect.WebSite/wwwroot/lib/jquery/dist/jquery.min.map
tests/fixtures/dotnet.json
tests/fixtures/go.json
tests/fixtures/javascript.json
tests/goexample/conf.py
tests/goexample/index.rst
tests/goexample/example/godocjson.go
tests/jsexample/conf.py
tests/jsexample/index.rst
tests/jsexample/example/jsdoc-example.js
tests/python/test_parser.py
tests/python/test_pyintegration.py
tests/python/py38positionalparams/conf.py
tests/python/py38positionalparams/index.rst
tests/python/py38positionalparams/example/example.py
tests/python/py3example/conf.py
tests/python/py3example/index.rst
tests/python/py3example/example/example.py
tests/python/py3implicitnamespace/conf.py
tests/python/py3implicitnamespace/index.rst
tests/python/py3implicitnamespace/namespace/example/__init__.py
tests/python/py3implicitnamespace/namespace/sibling/__init__.py
tests/python/py3implicitnamespace/namespace/sibling/sub_sibling.py
tests/python/pyannotationcommentsexample/conf.py
tests/python/pyannotationcommentsexample/index.rst
tests/python/pyannotationcommentsexample/example/example.py
tests/python/pyexample/conf.py
tests/python/pyexample/index.rst
tests/python/pyexample/manualapi.rst
tests/python/pyexample/example/example.py
tests/python/pyiexample/conf.py
tests/python/pyiexample/index.rst
tests/python/pyiexample/example/example.pyi
tests/python/pypackagecomplex/conf.py
tests/python/pypackagecomplex/index.rst
tests/python/pypackagecomplex/complex/__init__.py
tests/python/pypackagecomplex/complex/_private_module.py
tests/python/pypackagecomplex/complex/binary_data.py
tests/python/pypackagecomplex/complex/foo.py
tests/python/pypackagecomplex/complex/unicode_data.py
tests/python/pypackagecomplex/complex/subpackage/__init__.py
tests/python/pypackagecomplex/complex/subpackage/submodule.py
tests/python/pypackagecomplex/complex/wildall/__init__.py
tests/python/pypackagecomplex/complex/wildall/simple/__init__.py
tests/python/pypackagecomplex/complex/wildcard/__init__.py
tests/python/pypackagecomplex/complex/wildchain/__init__.py
tests/python/pypackagecomplex/complex/wildwildchain/__init__.py
tests/python/pypackageexample/conf.py
tests/python/pypackageexample/index.rst
tests/python/pypackageexample/example/__init__.py
tests/python/pypackageexample/example/_private_module.py
tests/python/pypackageexample/example/foo.py
tests/python/pyskipexample/conf.py
tests/python/pyskipexample/index.rst
tests/python/pyskipexample/example/example.py
tests/templateexample/conf.py
tests/templateexample/index.rst
tests/templateexample/example/example.py
tests/templateexample/template_overrides/python/function.rst
tests/toctreeexample/conf.py
tests/toctreeexample/index.rst
tests/toctreeexample/example/example.py