Owin Namespace
The Owin namespace contains extension types for OWIN.
| Class | Description | |
|---|---|---|
![]() | ActiveDirectoryFederationServicesBearerAuthenticationExtensions | Extension methods provided by the ADFS JWT bearer token middleware. |
![]() | AppBuilderUseExtensions | Extension methods for IAppBuilder. |
![]() | CookieAuthenticationExtensions | Extension methods provided by the cookies authentication middleware |
![]() | CorsExtensions | Extension methods for adding CorsMiddleware to an application pipeline. |
![]() | DefaultFilesExtensions | Extension methods for the DefaultFilesMiddleware |
![]() | DirectoryBrowserExtensions | Extension methods for the DirectoryBrowserMiddleware |
![]() | ErrorPageExtensions | IAppBuilder extension methods for the ErrorPageMiddleware. |
![]() | FacebookAuthenticationExtensions | Extension methods for using FacebookAuthenticationMiddleware |
![]() | FileServerExtensions | Extension methods that combine all of the static file middleware components: Default files, directory browsing, send file, and static files |
![]() | GoogleAuthenticationExtensions | Extension methods for using GoogleAuthenticationMiddleware |
![]() | JwtBearerAuthenticationExtensions | Extension methods provided by the JWT bearer token middleware. |
![]() | MapExtensions | Extension methods for the MapMiddleware |
![]() | MapWhenExtensions | Extension methods for the MapWhenMiddleware |
![]() | MicrosoftAccountAuthenticationExtensions | Extension methods for using MicrosoftAccountAuthenticationMiddleware |
![]() | OAuthAuthorizationServerExtensions | Extension methods to add Authorization Server capabilities to an OWIN pipeline |
![]() | OAuthBearerAuthenticationExtensions | Extension methods to add OAuth Bearer authentication capabilities to an OWIN application pipeline |
![]() | OpenIdConnectAuthenticationExtensions | Extension methods for using OpenIdConnectAuthenticationMiddleware |
![]() | StaticFileExtensions | Extension methods for the StaticFileMiddleware |
![]() | TwitterAuthenticationExtensions | Extension methods for using TwitterAuthenticationMiddleware |
![]() | WelcomePageExtensions | IAppBuilder extensions for the WelcomePageMiddleware. |
![]() | WindowsAzureActiveDirectoryBearerAuthenticationExtensions | Extension methods provided by the Windows Azure Active Directory JWT bearer token middleware. |
![]() | WsFederationAuthenticationExtensions | Extension methods for using WsFederationAuthenticationMiddleware |
| Enumeration | Description | |
|---|---|---|
![]() | PipelineStage | An ordered list of known Asp.Net integrated pipeline stages. More details on the ASP.NET integrated pipeline can be found at http://msdn.microsoft.com/library/system.web.httpapplication.aspx |

