CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
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/.editorconfig
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/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.sh
tests/dotnetexample/example/Identity/korebuild-lock.txt
tests/dotnetexample/example/Identity/korebuild.json
tests/dotnetexample/example/Identity/run.cmd
tests/dotnetexample/example/Identity/run.ps1
tests/dotnetexample/example/Identity/run.sh
tests/dotnetexample/example/Identity/version.props
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/fsmonitor-watchman.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-merge-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/master
tests/dotnetexample/example/Identity/.git/logs/refs/remotes/origin/HEAD
tests/dotnetexample/example/Identity/.git/objects/pack/pack-fca9d88bcb5aeae361d4776558a15acd16ccab84.idx
tests/dotnetexample/example/Identity/.git/objects/pack/pack-fca9d88bcb5aeae361d4776558a15acd16ccab84.pack
tests/dotnetexample/example/Identity/.git/refs/heads/master
tests/dotnetexample/example/Identity/.git/refs/remotes/origin/HEAD
tests/dotnetexample/example/Identity/.vsts-pipelines/builds/ci-internal.yml
tests/dotnetexample/example/Identity/.vsts-pipelines/builds/ci-public.yml
tests/dotnetexample/example/Identity/build/Key.snk
tests/dotnetexample/example/Identity/build/dependencies.props
tests/dotnetexample/example/Identity/build/repo.props
tests/dotnetexample/example/Identity/build/repo.targets
tests/dotnetexample/example/Identity/build/sources.props
tests/dotnetexample/example/Identity/samples/ApiAuthSample/ApiAuthSample.csproj
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Program.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Startup.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/app.db
tests/dotnetexample/example/Identity/samples/ApiAuthSample/appsettings.Development.json
tests/dotnetexample/example/Identity/samples/ApiAuthSample/appsettings.json
tests/dotnetexample/example/Identity/samples/ApiAuthSample/package-lock.json
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Areas/Identity/Pages/_ViewImports.cshtml
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Areas/Identity/Pages/Shared/_LoginPartial.cshtml
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Controllers/ValuesController.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Data/ApplicationDbContext.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Data/Migrations/20180919224505_InitialMigration.Designer.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Data/Migrations/20180919224505_InitialMigration.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Data/Migrations/ApplicationDbContextModelSnapshot.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Models/ApplicationUser.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Pages/Index.cshtml
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Pages/Index.cshtml.cs
tests/dotnetexample/example/Identity/samples/ApiAuthSample/Properties/launchSettings.json
tests/dotnetexample/example/Identity/samples/ApiAuthSample/wwwroot/js/app.js
tests/dotnetexample/example/Identity/samples/ApiAuthSample/wwwroot/js/oidc-client.js
tests/dotnetexample/example/Identity/samples/ApiAuthSample/wwwroot/js/oidc-client.min.js
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Program.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Startup.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/appsettings.json
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/web.Debug.config
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/web.Release.config
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/web.config
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Areas/Identity/Pages/_ViewImports.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Areas/Identity/Pages/_ViewStart.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Areas/Identity/Pages/Account/Register.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Areas/Identity/Pages/Account/Register.cshtml.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Areas/Identity/Pages/Account/Manage/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Controllers/HomeController.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Data/ApplicationDbContext.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Data/ApplicationUser.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Data/Migrations/20180126174859_CreateIdentitySchema.Designer.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Data/Migrations/20180126174859_CreateIdentitySchema.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Data/Migrations/ApplicationDbContextModelSnapshot.cs
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Properties/launchSettings.json
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Views/_ViewImports.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Views/_ViewStart.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Views/Home/Index.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_Layout.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_LoginPartial.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_ValidationScriptsPartial.cshtml
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/wwwroot/favicon.ico
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/wwwroot/css/site.css
tests/dotnetexample/example/Identity/samples/IdentitySample.DefaultUI/wwwroot/js/site.js
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/src/Directory.Build.props
tests/dotnetexample/example/Identity/src/ApiAuth.IS/IdentityServerBuilderConfigurationExtensions.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Authentication/AuthenticationBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Authentication/IdentityServerJwtBearerOptionsConfiguration.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Authentication/IdentityServerJwtConstants.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Authentication/IdentityServerJwtPolicySchemeForwardSelector.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Authentication/StaticConfigurationManager.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ApplicationProfiles.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ApplicationProfilesPropertyNames.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ApplicationProfilesPropertyValues.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/AspNetConventionsConfigureOptions.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ClientDefinition.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ConfigureApiResources.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ConfigureClientScopes.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ConfigureClients.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ConfigureIdentityResources.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ConfigureSigningCredentials.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/IIdentityServerJwtDescriptor.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/IdentityResourceDefinition.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/IdentityServerJwtApiDescriptor.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/KeyDefinition.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/KeySources.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ResourceDefinition.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/ServiceDefinition.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/SigningKeysLoader.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Data/ApiAuthorizationDbContext.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Extensions/AbsoluteUrlFactory.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Extensions/AutoRedirectEndSessionEndpoint.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Extensions/DefaultClientRequestParametersProvider.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Extensions/IAbsoluteUrlFactory.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Extensions/IClientRequestParametersProvider.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Extensions/RelativeRedirectUriValidator.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/ApiAuthorizationOptions.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/ApiResourceBuilder.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/ApiResourceCollection.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/ClientBuilder.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/ClientCollection.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/IdentityResourceBuilder.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Options/IdentityResourceCollection.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/Properties/AssemblyInfo.cs
tests/dotnetexample/example/Identity/src/ApiAuth.IS/TagHelpers/ClientParametersTagHelper.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/CookieInterop.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/IdentityDbContext.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/IdentityRole.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/IdentityRoleClaim.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/IdentityUser.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/IdentityUserLogin.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/Microsoft.AspNet.Identity.AspNetCoreCompat.csproj
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/UserStore.cs
tests/dotnetexample/example/Identity/src/AspNetCoreCompat/baseline.netframework.json
tests/dotnetexample/example/Identity/src/Core/AuthenticatorTokenProvider.cs
tests/dotnetexample/example/Identity/src/Core/Base32.cs
tests/dotnetexample/example/Identity/src/Core/ClaimsIdentityOptions.cs
tests/dotnetexample/example/Identity/src/Core/DefaultPersonalDataProtector.cs
tests/dotnetexample/example/Identity/src/Core/EmailTokenProvider.cs
tests/dotnetexample/example/Identity/src/Core/ILookupNormalizer.cs
tests/dotnetexample/example/Identity/src/Core/ILookupProtector.cs
tests/dotnetexample/example/Identity/src/Core/ILookupProtectorKeyRing.cs
tests/dotnetexample/example/Identity/src/Core/IPasswordHasher.cs
tests/dotnetexample/example/Identity/src/Core/IPasswordValidator.cs
tests/dotnetexample/example/Identity/src/Core/IPersonalDataProtector.cs
tests/dotnetexample/example/Identity/src/Core/IProtectedUserStore.cs
tests/dotnetexample/example/Identity/src/Core/IQueryableRoleStore.cs
tests/dotnetexample/example/Identity/src/Core/IQueryableUserStore.cs
tests/dotnetexample/example/Identity/src/Core/IRoleClaimStore.cs
tests/dotnetexample/example/Identity/src/Core/IRoleStore.cs
tests/dotnetexample/example/Identity/src/Core/IRoleValidator.cs
tests/dotnetexample/example/Identity/src/Core/IUserAuthenticationTokenStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserAuthenticatorKeyStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserClaimStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserClaimsPrincipalFactory.cs
tests/dotnetexample/example/Identity/src/Core/IUserEmailStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserLockoutStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserLoginStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserPasswordStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserPhoneNumberStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserRoleStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserSecurityStampStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserTwoFactorRecoveryCodeStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserTwoFactorStore.cs
tests/dotnetexample/example/Identity/src/Core/IUserTwoFactorTokenProvider.cs
tests/dotnetexample/example/Identity/src/Core/IUserValidator.cs
tests/dotnetexample/example/Identity/src/Core/IdentityBuilder.cs
tests/dotnetexample/example/Identity/src/Core/IdentityError.cs
tests/dotnetexample/example/Identity/src/Core/IdentityErrorDescriber.cs
tests/dotnetexample/example/Identity/src/Core/IdentityOptions.cs
tests/dotnetexample/example/Identity/src/Core/IdentityResult.cs
tests/dotnetexample/example/Identity/src/Core/IdentityServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/src/Core/LockoutOptions.cs
tests/dotnetexample/example/Identity/src/Core/Microsoft.Extensions.Identity.Core.csproj
tests/dotnetexample/example/Identity/src/Core/PasswordHasher.cs
tests/dotnetexample/example/Identity/src/Core/PasswordHasherCompatibilityMode.cs
tests/dotnetexample/example/Identity/src/Core/PasswordHasherOptions.cs
tests/dotnetexample/example/Identity/src/Core/PasswordOptions.cs
tests/dotnetexample/example/Identity/src/Core/PasswordValidator.cs
tests/dotnetexample/example/Identity/src/Core/PasswordVerificationResult.cs
tests/dotnetexample/example/Identity/src/Core/PersonalDataAttribute.cs
tests/dotnetexample/example/Identity/src/Core/PhoneNumberTokenProvider.cs
tests/dotnetexample/example/Identity/src/Core/PrincipalExtensions.cs
tests/dotnetexample/example/Identity/src/Core/ProtectedPersonalDataAttribute.cs
tests/dotnetexample/example/Identity/src/Core/Resources.resx
tests/dotnetexample/example/Identity/src/Core/Rfc6238AuthenticationService.cs
tests/dotnetexample/example/Identity/src/Core/RoleManager.cs
tests/dotnetexample/example/Identity/src/Core/RoleValidator.cs
tests/dotnetexample/example/Identity/src/Core/SignInOptions.cs
tests/dotnetexample/example/Identity/src/Core/SignInResult.cs
tests/dotnetexample/example/Identity/src/Core/StoreOptions.cs
tests/dotnetexample/example/Identity/src/Core/TokenOptions.cs
tests/dotnetexample/example/Identity/src/Core/TokenProviderDescriptor.cs
tests/dotnetexample/example/Identity/src/Core/TotpSecurityStampBasedTokenProvider.cs
tests/dotnetexample/example/Identity/src/Core/UpperInvariantLookupNormalizer.cs
tests/dotnetexample/example/Identity/src/Core/UserClaimsPrincipalFactory.cs
tests/dotnetexample/example/Identity/src/Core/UserLoginInfo.cs
tests/dotnetexample/example/Identity/src/Core/UserManager.cs
tests/dotnetexample/example/Identity/src/Core/UserOptions.cs
tests/dotnetexample/example/Identity/src/Core/UserValidator.cs
tests/dotnetexample/example/Identity/src/Core/baseline.netcore.json
tests/dotnetexample/example/Identity/src/Core/Properties/AssemblyInfo.cs
tests/dotnetexample/example/Identity/src/Core/Properties/Resources.Designer.cs
tests/dotnetexample/example/Identity/src/EF/IdentityDbContext.cs
tests/dotnetexample/example/Identity/src/EF/IdentityEntityFrameworkBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/EF/IdentityUserContext.cs
tests/dotnetexample/example/Identity/src/EF/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj
tests/dotnetexample/example/Identity/src/EF/Resources.resx
tests/dotnetexample/example/Identity/src/EF/RoleStore.cs
tests/dotnetexample/example/Identity/src/EF/UserOnlyStore.cs
tests/dotnetexample/example/Identity/src/EF/UserStore.cs
tests/dotnetexample/example/Identity/src/EF/baseline.netcore.json
tests/dotnetexample/example/Identity/src/EF/Properties/Resources.Designer.cs
tests/dotnetexample/example/Identity/src/Identity/AspNetRoleManager.cs
tests/dotnetexample/example/Identity/src/Identity/AspNetUserManager.cs
tests/dotnetexample/example/Identity/src/Identity/BuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Identity/DataProtectionTokenProvider.cs
tests/dotnetexample/example/Identity/src/Identity/DataProtectionTokenProviderOptions.cs
tests/dotnetexample/example/Identity/src/Identity/ExternalLoginInfo.cs
tests/dotnetexample/example/Identity/src/Identity/ISecurityStampValidator.cs
tests/dotnetexample/example/Identity/src/Identity/ITwoFactorSecurityStampValidator.cs
tests/dotnetexample/example/Identity/src/Identity/IdentityBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Identity/IdentityConstants.cs
tests/dotnetexample/example/Identity/src/Identity/IdentityCookiesBuilder.cs
tests/dotnetexample/example/Identity/src/Identity/IdentityCookiesBuilderExtensions.cs
tests/dotnetexample/example/Identity/src/Identity/IdentityServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/src/Identity/Microsoft.AspNetCore.Identity.csproj
tests/dotnetexample/example/Identity/src/Identity/Resources.resx
tests/dotnetexample/example/Identity/src/Identity/SecurityStampRefreshingPrincipalContext.cs
tests/dotnetexample/example/Identity/src/Identity/SecurityStampValidator.cs
tests/dotnetexample/example/Identity/src/Identity/SecurityStampValidatorOptions.cs
tests/dotnetexample/example/Identity/src/Identity/SignInManager.cs
tests/dotnetexample/example/Identity/src/Identity/TwoFactorSecurityStampValidator.cs
tests/dotnetexample/example/Identity/src/Identity/baseline.netcore.json
tests/dotnetexample/example/Identity/src/Identity/baseline.netframework.json
tests/dotnetexample/example/Identity/src/Identity/Properties/AssemblyInfo.cs
tests/dotnetexample/example/Identity/src/Identity/Properties/Resources.Designer.cs
tests/dotnetexample/example/Identity/src/Identity/Properties/debugSettings.json
tests/dotnetexample/example/Identity/src/Specification.Tests/IdentityResultAssert.cs
tests/dotnetexample/example/Identity/src/Specification.Tests/IdentitySpecificationTestBase.cs
tests/dotnetexample/example/Identity/src/Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj
tests/dotnetexample/example/Identity/src/Specification.Tests/TestLogger.cs
tests/dotnetexample/example/Identity/src/Specification.Tests/UserManagerSpecificationTests.cs
tests/dotnetexample/example/Identity/src/Specification.Tests/baseline.netcore.json
tests/dotnetexample/example/Identity/src/Stores/IdentityRole.cs
tests/dotnetexample/example/Identity/src/Stores/IdentityRoleClaim.cs
tests/dotnetexample/example/Identity/src/Stores/IdentityUser.cs
tests/dotnetexample/example/Identity/src/Stores/IdentityUserClaim.cs
tests/dotnetexample/example/Identity/src/Stores/IdentityUserLogin.cs
tests/dotnetexample/example/Identity/src/Stores/IdentityUserRole.cs
tests/dotnetexample/example/Identity/src/Stores/IdentityUserToken.cs
tests/dotnetexample/example/Identity/src/Stores/Microsoft.Extensions.Identity.Stores.csproj
tests/dotnetexample/example/Identity/src/Stores/RoleStoreBase.cs
tests/dotnetexample/example/Identity/src/Stores/UserStoreBase.cs
tests/dotnetexample/example/Identity/src/Stores/baseline.netcore.json
tests/dotnetexample/example/Identity/src/UI/DefaultUIOptions.cs
tests/dotnetexample/example/Identity/src/UI/IdentityBuilderUIExtensions.cs
tests/dotnetexample/example/Identity/src/UI/IdentityDefaultUIAttribute.cs
tests/dotnetexample/example/Identity/src/UI/IdentityDefaultUIConfigureOptions.cs
tests/dotnetexample/example/Identity/src/UI/IdentityPageModelConvention.cs
tests/dotnetexample/example/Identity/src/UI/IdentityServiceCollectionUIExtensions.cs
tests/dotnetexample/example/Identity/src/UI/Microsoft.AspNetCore.Identity.UI.csproj
tests/dotnetexample/example/Identity/src/UI/THIRD-PARTY-NOTICES.txt
tests/dotnetexample/example/Identity/src/UI/UIFramework.cs
tests/dotnetexample/example/Identity/src/UI/baseline.netcore.json
tests/dotnetexample/example/Identity/src/UI/breakingchanges.netcore.json
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Filters/ExternalLoginsPageFilter.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Error.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Error.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/_Layout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/_ValidationScriptsPartial.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/_ViewImports.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/_ViewStart.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/AccessDenied.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/AccessDenied.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ConfirmEmail.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ConfirmEmail.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ExternalLogin.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ExternalLogin.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ForgotPassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ForgotPassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ForgotPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ForgotPasswordConfirmation.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Lockout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Lockout.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Login.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Login.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/LoginWith2fa.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/LoginWith2fa.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/LoginWithRecoveryCode.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/LoginWithRecoveryCode.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Logout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Logout.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Register.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Register.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ResetPassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ResetPassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ResetPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/ResetPasswordConfirmation.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/_ViewImports.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ChangePassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ChangePassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/DeletePersonalData.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/DeletePersonalData.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/Disable2fa.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/Disable2fa.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/DownloadPersonalData.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/DownloadPersonalData.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/EnableAuthenticator.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/EnableAuthenticator.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ExternalLogins.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ExternalLogins.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/GenerateRecoveryCodes.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/GenerateRecoveryCodes.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/Index.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/Index.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ManageNavPages.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/PersonalData.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/PersonalData.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ResetAuthenticator.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ResetAuthenticator.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/SetPassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/SetPassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ShowRecoveryCodes.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/ShowRecoveryCodes.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/TwoFactorAuthentication.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/TwoFactorAuthentication.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/_Layout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/_ManageNav.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/_StatusMessage.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/_ViewImports.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V3/Account/Manage/_ViewStart.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Error.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Error.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/_Layout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/_ValidationScriptsPartial.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/_ViewImports.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/_ViewStart.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/AccessDenied.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/AccessDenied.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ConfirmEmail.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ConfirmEmail.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ForgotPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ForgotPasswordConfirmation.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Lockout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Lockout.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Login.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Login.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/LoginWith2fa.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/LoginWith2fa.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/LoginWithRecoveryCode.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/LoginWithRecoveryCode.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Logout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Logout.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Register.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Register.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ResetPassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ResetPassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ResetPasswordConfirmation.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/ResetPasswordConfirmation.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/_ViewImports.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ChangePassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ChangePassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/DeletePersonalData.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/DeletePersonalData.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/Disable2fa.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/Disable2fa.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/DownloadPersonalData.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/DownloadPersonalData.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/EnableAuthenticator.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/EnableAuthenticator.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ExternalLogins.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ExternalLogins.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/GenerateRecoveryCodes.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/GenerateRecoveryCodes.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/Index.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/Index.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ManageNavPages.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/PersonalData.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/PersonalData.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ResetAuthenticator.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ResetAuthenticator.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/SetPassword.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/SetPassword.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ShowRecoveryCodes.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/ShowRecoveryCodes.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/TwoFactorAuthentication.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/TwoFactorAuthentication.cshtml.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/_Layout.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/_ManageNav.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/_StatusMessage.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/_ViewImports.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Pages/V4/Account/Manage/_ViewStart.cshtml
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Services/EmailSender.cs
tests/dotnetexample/example/Identity/src/UI/Areas/Identity/Services/IEmailSender.cs
tests/dotnetexample/example/Identity/src/UI/Properties/AssemblyInfo.ApplicationParts.cs
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/css/site.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/js/site.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/LICENSE
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap-theme.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap-theme.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap-theme.min.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap-theme.min.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap.min.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/css/bootstrap.min.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/js/bootstrap.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/js/bootstrap.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/bootstrap/dist/js/npm.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery/LICENSE.txt
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation/LICENSE.md
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation-unobtrusive/LICENSE.txt
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation/dist/additional-methods.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation/dist/additional-methods.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation/dist/jquery.validate.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery-validation/dist/jquery.validate.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery/dist/jquery.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery/dist/jquery.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V3/Identity/lib/jquery/dist/jquery.min.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/favicon.ico
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/css/site.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/js/site.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/LICENSE
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-grid.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-grid.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-grid.min.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-grid.min.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-reboot.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-reboot.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-reboot.min.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-theme.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-theme.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-theme.min.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap-theme.min.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap.min.css
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/css/bootstrap.min.css.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.bundle.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.bundle.js.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.bundle.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.js.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/bootstrap.min.js.map
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/bootstrap/dist/js/npm.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery/LICENSE.txt
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation/LICENSE.md
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation-unobtrusive/LICENSE.txt
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation/dist/additional-methods.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation/dist/additional-methods.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation/dist/jquery.validate.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery-validation/dist/jquery.validate.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery/dist/jquery.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery/dist/jquery.min.js
tests/dotnetexample/example/Identity/src/UI/wwwroot/V4/Identity/lib/jquery/dist/jquery.min.map
tests/dotnetexample/example/Identity/test/Directory.Build.props
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Test.csproj
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/TestLogger.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/current.pfx
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/expired.pfx
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/future.pfx
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/test.pfx
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Authentication/LocalApiJwtBearerConfigurationTest.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Authentication/LocalApiPolicySchemeForwardSelectorTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Configuration/AspNetConventionsConfigureOptionsTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Configuration/ConfigureApiResourcesTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Configuration/ConfigureClientScopesTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Configuration/ConfigureClientsTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Configuration/ConfigureSigningCredentialsTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Configuration/LocalApiDescriptorTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Configuration/SigningKeysLoaderTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Extensions/AbsoluteUrlFactoryTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Extensions/AutoRedirectEndSessionEndpointTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Extensions/RelativeRedirectUriValidatorTests.cs
tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/TagHelpers/ClientParametersTagHelperTests.cs
tests/dotnetexample/example/Identity/test/EF.InMemory.Test/InMemoryContext.cs
tests/dotnetexample/example/Identity/test/EF.InMemory.Test/InMemoryEFOnlyUsersTest.cs
tests/dotnetexample/example/Identity/test/EF.InMemory.Test/InMemoryEFUserStoreTest.cs
tests/dotnetexample/example/Identity/test/EF.InMemory.Test/InMemoryStoreWithGenericsTest.cs
tests/dotnetexample/example/Identity/test/EF.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj
tests/dotnetexample/example/Identity/test/EF.InMemory.Test/RoleStoreTest.cs
tests/dotnetexample/example/Identity/test/EF.InMemory.Test/TestIdentityFactory.cs
tests/dotnetexample/example/Identity/test/EF.Test/ApiConsistencyTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/CustomPocoTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/DbUtil.cs
tests/dotnetexample/example/Identity/test/EF.Test/DefaultPocoTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/MaxKeyLengthSchemaTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj
tests/dotnetexample/example/Identity/test/EF.Test/SqlStoreOnlyUsersTestBase.cs
tests/dotnetexample/example/Identity/test/EF.Test/SqlStoreTestBase.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserOnlyCustomContextTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserOnlyTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserStoreEncryptPersonalDataTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserStoreGuidKeyTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserStoreIntKeyTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserStoreStringKeyTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserStoreTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/UserStoreWithGenericsTest.cs
tests/dotnetexample/example/Identity/test/EF.Test/config.json
tests/dotnetexample/example/Identity/test/EF.Test/Utilities/ScratchDatabaseFixture.cs
tests/dotnetexample/example/Identity/test/EF.Test/Utilities/SqlServerTestStore.cs
tests/dotnetexample/example/Identity/test/EF.Test/Utilities/TestEnvironment.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/AuthorizationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/LoginTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/ManagementTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/NoIdentityAddedTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/RegistrationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/UserStories.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/xunit.runner.json
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/ApplicationUserTests/ApplicationUserAuthorizationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/ApplicationUserTests/ApplicationUserLoginTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/ApplicationUserTests/ApplicationUserManagementTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/ApplicationUserTests/ApplicationUserRegistrationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Bootstrap3Tests/Bootstrap3AuthorizationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Bootstrap3Tests/Bootstrap3ManagementTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Bootstrap3Tests/Bootstrap3RegistrationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Bootstrap3Tests/Bootstrap3UserLoginTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Extensions/HtmlAssert.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Extensions/HttpClientExtensions.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Extensions/ResponseAssert.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/IdentityUserTests/IdentityUserAuthorizationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/IdentityUserTests/IdentityUserLoginTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/IdentityUserTests/IdentityUserManagementTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/IdentityUserTests/IdentityUserRegistrationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Infrastructure/DefaultUIContext.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Infrastructure/DefaultUIPage.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Infrastructure/FunctionalTestsServiceCollectionExtensions.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Infrastructure/HtmlPage.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Infrastructure/HtmlPageContext.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Infrastructure/ServerFactory.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Index.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/ConfirmEmail.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/ExternalLogin.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/ForgotPassword.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/ForgotPasswordConfirmation.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Login.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/LoginWith2fa.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/LoginWithRecoveryCode.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Register.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/ResetPassword.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/ResetPasswordConfirmation.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/ChangePassword.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/DeleteUser.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/EnableAuthenticator.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/ExternalLogins.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/Index.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/LinkExternalLogin.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/ManageExternalLogin.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/PersonalData.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/RemoveExternalLogin.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/ResetAuthenticator.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/SetPassword.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/ShowRecoveryCodes.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Account/Manage/TwoFactorAuthentication.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Pages/Contoso/Login.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/PocoUserTests/PocoUserAuthorizationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/PocoUserTests/PocoUserLoginTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/PocoUserTests/PocoUserManagementTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/PocoUserTests/PocoUserRegistrationTests.cs
tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Properties/AssemblyInfo.cs
tests/dotnetexample/example/Identity/test/Identity.Test/ApiConsistencyTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/IdentityBuilderTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/IdentityOptionsTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/IdentityResultTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/IdentityUIScriptsTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/Microsoft.AspNetCore.Identity.Test.csproj
tests/dotnetexample/example/Identity/test/Identity.Test/NoopRoleStore.cs
tests/dotnetexample/example/Identity/test/Identity.Test/NoopUserStore.cs
tests/dotnetexample/example/Identity/test/Identity.Test/PasswordHasherTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/PasswordValidatorTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/PrincipalExtensionsTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/RoleManagerTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/RoleValidatorTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/SecurityStampValidatorTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/SignInManagerTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/UserClaimsPrincipalFactoryTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/UserManagerTest.cs
tests/dotnetexample/example/Identity/test/Identity.Test/UserValidatorTest.cs
tests/dotnetexample/example/Identity/test/InMemory.Test/ControllerTest.cs
tests/dotnetexample/example/Identity/test/InMemory.Test/FunctionalTest.cs
tests/dotnetexample/example/Identity/test/InMemory.Test/InMemoryStore.cs
tests/dotnetexample/example/Identity/test/InMemory.Test/InMemoryStoreTest.cs
tests/dotnetexample/example/Identity/test/InMemory.Test/InMemoryUserStore.cs
tests/dotnetexample/example/Identity/test/InMemory.Test/InMemoryUserStoreTest.cs
tests/dotnetexample/example/Identity/test/InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.csproj
tests/dotnetexample/example/Identity/test/InMemory.Test/TestClock.cs
tests/dotnetexample/example/Identity/test/Shared/ApiConsistencyTestBase.cs
tests/dotnetexample/example/Identity/test/Shared/MockHelpers.cs
tests/dotnetexample/example/Identity/test/Shared/PocoRole.cs
tests/dotnetexample/example/Identity/test/Shared/PocoRoleClaim.cs
tests/dotnetexample/example/Identity/test/Shared/PocoUser.cs
tests/dotnetexample/example/Identity/test/Shared/PocoUserClaim.cs
tests/dotnetexample/example/Identity/test/Shared/PocoUserLogin.cs
tests/dotnetexample/example/Identity/test/Shared/PocoUserRole.cs
tests/dotnetexample/example/Identity/test/Shared/PocoUserToken.cs
tests/dotnetexample/example/Identity/test/Shared/PriorityOrderer.cs
tests/dotnetexample/example/Identity/test/WebSites/Directory.Build.props
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/ApplicationUserStartup.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Bootstrap3Startup.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/NoIdentityStartup.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/PocoUser.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/PocoUserStartup.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Program.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Startup.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/StartupBase.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/appsettings.Development.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/appsettings.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Data/ApplicationDbContext.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Data/ApplicationUser.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Data/Migrations/00000000000000_CreateIdentitySchema.Designer.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Data/Migrations/00000000000000_CreateIdentitySchema.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Data/Migrations/20180217170630_UpdateIdentitySchema.Designer.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Data/Migrations/20180217170630_UpdateIdentitySchema.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Data/Migrations/IdentityDbContextModelSnapshot.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/About.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/About.cshtml.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Contact.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Contact.cshtml.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Error.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Error.cshtml.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Index.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Index.cshtml.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Privacy.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Privacy.cshtml.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/_Layout.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/_ValidationScriptsPartial.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/_ViewImports.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/_ViewStart.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Contoso/Login.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Contoso/Login.cshtml.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Shared/_CookieConsentPartial.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Pages/Shared/_LoginPartial.cshtml
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Properties/launchSettings.json
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Services/ContosoAuthenticationBuilderExtensions.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Services/ContosoAuthenticationConstants.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Services/ContosoAuthenticationHandler.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Services/ContosoAuthenticationOptions.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Services/ContosoEmailSender.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/Services/IdentityEmail.cs
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/favicon.ico
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/css/site.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/js/site.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/LICENSE
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/bootstrap/dist/js/npm.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery/LICENSE.txt
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation/LICENSE.md
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation/dist/additional-methods.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation/dist/additional-methods.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation/dist/jquery.validate.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery/dist/jquery.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/wwwroot/lib/jquery/dist/jquery.min.js
tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.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/py3example/example/example2.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/pyautodoc_typehints/conf.py
tests/python/pyautodoc_typehints/index.rst
tests/python/pyautodoc_typehints/example/example.py
tests/python/pyautodoc_typehints/example/example2.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.py
tests/python/pyiexample/example/example.pyi
tests/python/pyiexample2/conf.py
tests/python/pyiexample2/index.rst
tests/python/pyiexample2/example/example.py
tests/python/pyiexample2/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